Skip to content

Common problems and fixes

Joseph Daaboul edited this page Oct 14, 2016 · 12 revisions

Problem:

Deployment fails when running Droid Application

Solution:

Search Regedit in your computer Navigate to HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Android The path originally was C:\Users[User]\AppData\Local\Android\android-sdk

Change to the Path that is set in Xamarin Visual Studio. Go to Tools -> Options -> Xamarin, Click on Change for Android SDK , Copy Path Path should look like something like this: C:\Users[User]\AppData\Local\Xamarin\Universal\AndroidSDK

Paste it in HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Android, and changing the SDK path to my Xamarin Mono Android SDK folder.

Run now and it should deploy properly.


If you can't see the UI in the designer view go in tools -> options -> xamarin -> other -> click check now and see if u need a new version

Clone this wiki locally