Android for VS 2010 Troubleshooting
This page targets developers who work with Android Programming in Visual Studio 2010
1) Updating Android SDK :
“A folder failed to be moved on Windows this typically means that a program is using that folder.”
- Solution (1)
- Close the SDK Manager after the error and open the (C:\Users\Computer_Name\AppData\Local\Android\android-sdk\temp) folder.
- There should be a zip file named tools_R24.zip or similar depending on the
last version update available (If you did not find it there, then
download Revision 24.3 for windows manually from here, or simply use this custom download link ( https://dl-ssl.google.com/android/repository/tools_rXXX-windows.zip) and replace (XXX) with revision number you desire.
- After download is complete, unzip that in any folder you like.
- Open (C:\Users\Computer_Name\AppData\Local\Android\android-sdk\tools) folder
- Copy all the unzipped files from within the downloaded folder into (android-sdk\tools) folder
- Overwrite files and folders if prompted.
- Restart you SDK-Manager.
2) Starting SDK-Manager from
Visual Studio 2010
“Command did not execute successfully due to an unexpected exception. Please check the output window for additional information”
- Solution (2)
3) Trying to run Android project from VB 2010
|
Android error in VB 2010 |
“Please select a valid device before running the application”
- Solution (3)
- First, don't worry, that happens all the time.
- You can solve this issue by :
- Restart Visual Studio 2010, Start your Android application
- Start AVD from VB 2010, from its toolbar and then start any Emulator separately, Wait until the Emulator loads the Home Screen, Restart your application
- Set your android settings in VB 2010 to the lowest, start your application
- Update the SDK-Manager tools, restart your application
4) Adding new Emulator in VB 2010 for Android
|
No CPU/ABI system image available for this target |
“No CPU/ABI system image available for this target. ”
- Solution (4)
- Open your SDK-Manager
- Make sure you download and install the corresponding System Image
- For example, if you want to work on Emulator that supports Android 5.0.1 Lollipop, then you should look for System Image download in this section in SDK-Manager in VB 2010.
|
Adding new Emulators to VB 2010 for Android Developing |
- Restart your AVD in VB 2010.
♥ More Android articles :
Comments
Post a Comment
Thanx for visiting Android Games