Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

AVD Manager don't start

Tags:

android

sdk

avd

(Solved see bellow)

My AVD Manager doesn't launch while SDK Manager works good... It worked once yesterday (so i could create one emulator) but now i can't access AVD Manager (no error, just don't launch).

When i Launch a program from Eclipse, my last emulator starts ok and all is good, but i can't manage it or create another one...

Any idea?

  • Java is OK (JAVA_HOME...etc.)
  • No space in SDK Path
  • Eclipse and all is good, i can test on the last emulator i created.. except access to AVD Manager...

Thanks,

EDIT : SOLVED I could launch again my AVD Manager after deleting my AVD settings in %USER%\.android\avd . I think i had something wrong in some AVD...

like image 468
castrogne Avatar asked Nov 20 '12 09:11

castrogne


People also ask

Why is my AVD Manager not working?

SDK Build Tools are not installed If it fails then you may have to install it again. 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.

How do I fix Android Emulator not working?

If the Android Emulator does not start properly, this problem is often caused by problems with HAXM. HAXM issues are often the result of conflicts with other virtualization technologies, incorrect settings, or an out-of-date HAXM driver. Try reinstalling the HAXM driver, using the steps detailed in Installing HAXM.

How do I start and launch AVD?

Starting the emulatorUse the emulator command to start the emulator, as an alternative to running your project or starting it through the AVD Manager. Here's the basic command-line syntax for starting a virtual device from a terminal prompt: emulator -avd avd_name [ {- option [ value ]} … ]


1 Answers

SOLVED I could launch again my AVD Manager after deleting my AVD settings in %USER%.android\avd . I think i had something wrong in some AVD...

like image 101
castrogne Avatar answered Oct 04 '22 12:10

castrogne