* Fixes compilation issues - #10
Conversation
…r Xamarin.Android
|
I just fresh installed Xamarin Studio and it compiles fine from develop branch. I didn't install any Xamarin stuff prior on this computer. I doubt compiler errors you had was the issue of csproj file structure. Maybe it's a misconfig somewhere else on your side? Which version of Mono, Xamarin Android and Xamarin Studio you have? |
|
The library project used to compile fine but Sample project didnt compile. No matter what I tried, Sample project didn't recognize CalendarPickerView. Once I had done the changes in csproj files to make it like an Android Library, it compiled fine. I am on latest Stable branch. Xamarin Studio 5.7 / Xamarin Android 4.20.0.28 |
|
hmmm. That's odd. I was able to run the sample on the first try. Where did you change to make it an Android Library? I couldn't find anything related to that. The only thing might be related to that is removing AndroidManifest, but Android library can totally have the manifest. |
|
When I create a new Android library, I dont see a AndroidManifest. Also when you go to Project Options, I dont see options like "Android Build", "Android Application", "Android Package Signing" which I can totally see for the MonoDroid.TimesSquare library project. So something is definitely amiss. Anyways, if you can compile it fine, no worries, but it would become difficult for me send PRs. |
Fixes compilation issues with recent changes in csproj structure for Xamarin.Android