In the VS2015 developer preview, I saw that you can now develop Android applications in Visual Studio using Xamarin.
After hours of working on Google, I still haven't found how to set up VS2015 for Android. The only tutorial on the Xamarin official page is about how to pair your Mac with your Mac to create iOS apps.
No matter what I do, I still only have "Create my own Android applications in C #" as a project template that redirects me to the Xamarin download page.
Here is what I have done so far:
- Uploaded and installed Xamarin
- Rebooted computer
- Uninstalled Xamarin and VS2015 (I had a lot of plugins)
- Reinstalled Visual Studio 2015 (perhaps a clean install fixes the problem).
- Reinstall Xamarin
- Open sample code from the Xamarin page (project type not supported)
In the end, it still doesn't work, and google won't help me either.
(PS: Please do not suggest using Xamarin Studio)
source share