AVD Manager Android Device Manager Change Path
Create new AVD
Error
The problem is that the location it is trying to save the AVD doesn’t exist, probably a result of running Windows as a guest OS under VMware Fusion. A quick check of the AVD Manager settings under Tools > Options, confirms that the Manifest Cache Directory points to wrong location.
To correct this, you need to modify the location of the Android SDK:
1. Run the systemadvancedproperties Windows command to open up the System Properties on the Advanced tab.
2. Click on Environment Variables.
3. Add a new user variable:
Variable name: ANDROID_SDK_HOME
Variable value: C:\Users\\.android (or wherever the SDK is installed – %homepath% by default)
4. OK and restart your Windows VM.
5. Check that the Manifest Cache Directory is now set correctly.
6. Test and create a new AVD.
No comments:
Post a Comment