Skip to content Skip to sidebar Skip to footer

Moving Android Sdk To Another Folder With Xamarin

I'm trying to move Android SDK from default folder (C:\Program Files (x86)\Android\android-sdk) to another drive. I already changed the following items in VS options to new path:

Solution 1:

Try this:

Open Registry Editor by selecting Run from the Start buttons context menu, typing regedit in the dialog box, and choosing OK. Navigate to HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Android SDK Tools in the folder tree on the left. Modify the Path registry variable to match the path to your Android SDK.

From: https://msdn.microsoft.com/en-us/library/mt228282.aspx

It should work.

Solution 2:

You may have environment variable set.

Please check by typing the SET ANDROID in a command window.

If so, you can change it from your environment variables.

Post a Comment for "Moving Android Sdk To Another Folder With Xamarin"