Skip to content

Common problems and fixes

Sam Kazerouni edited this page Oct 19, 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.


Problem:

If you can't see the UI Tools in the designer view

Solution:

Go in tools -> options -> xamarin -> other -> click check now and see if u need a new version

Clone this wiki locally