Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Error: AVD 2.3 is not valid: Unknown target 'android-10' in /home/user/.android/avd/2.3.ini. Try to repair it through AVD manager

I get the above error when trying to add the '2.3' named AVD to the Run Configuration. The creation of it worked flawlessly though. Tried on multiple targets, see below:

Works for:

  • L Preview
  • 4.4

Doesn't work for:

  • 2.3.3
  • 4.1.2
  • 4.3

This happens when using Android Studio 0.8.1, although I remember having the same problem on 0.6.1 also.

like image 575
Bogdan Zurac Avatar asked Jul 03 '14 08:07

Bogdan Zurac


People also ask

Why is my AVD Manager not working?

SDK Build Tools are not installed You look at the build tab at the bottom of the screen, it will display the error message and option to install the Build tools. Install it and you should be able to see the AVD Manager. Another way is to go to the SDK Manager. Under SDK Tools you will find the Android SDK Build tools.

How do you solve an error occurred while creating the AVD see idea log for details?

Fix is to give yourself root access and change the owner of the /home/shivam/. android folder to your username. Save this answer.

Is Device Manager and AVD Manager the same?

You use the Android Device Manager to create and configure Android Virtual Devices (AVDs) that run in the Android Emulator. Each AVD is an emulator configuration that simulates a physical Android device.


1 Answers

I was also facing the same issue. If you are using android studio, go to file->Invalidate caches/Restart, then click on "Invalidate and restart". It will work fine. :)

like image 141
remogoku Avatar answered Nov 15 '22 10:11

remogoku