Cheesebaron / ViewPagerIndicator

Port of Android-ViewPagerIndicator to Xamarin.Android.
Apache License 2.0
73 stars 39 forks source link

missing Xamarin.support.v4 #1

Closed CaptainN closed 10 years ago

CaptainN commented 10 years ago

Hi,

I tried to compile from git, and I got a missing assembly error. It shows it should have Xamarin.support.v4, but it didn't have that. I found the v4 support component in the component store, but that brings with it Mono.Android.support.v4 (instead of Xamarin.Android.support.v4).

This difference lead to a compile error: /Library/Frameworks/Mono.framework/Versions/3.2.6/lib/mono/4.0/Microsoft.Common.targets: Warning: Reference 'Xamarin.Android.Support.v4, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null' not resolved (Sample)

Thanks,

Kevin N.

Cheesebaron commented 10 years ago

No it certainly does not bring Mono.Android.Support.v4 with it. However, it could use a bump to the newest version from the components store.

Cheesebaron commented 10 years ago

Version has been bumped. I checked out a fresh version and could not reproduce your "issue", neither does the component bring in Mono.Android.Support.v4.

https://github.com/Cheesebaron/ViewPagerIndicator/commit/bdc636f4d665fb0558c71bc932a5525af4543307

CaptainN commented 10 years ago

I had to install a couple of things (the component, and a particular version of the Android SDK) and Xamarin Studio was giving me insufficient (and incorrect) errors.

Anyway, thanks for updating the component!

Cheesebaron commented 10 years ago

Android SDK version is Xamarin specific, the component should download automatically, it does in both Xamarin Studio and Visual Studio 2013 here. I am pretty sure your environment is borked somehow, this has nothing to do with this project. Fix that.