Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Android Emulator not loading on netbeans

I just downloaded the android sdk from the adnroid site and followed this tutorial to set it up on netbeans. Everything to seem to have installed fine but whenever i try to run the application this window pops up:

alt text http://img80.imageshack.us/img80/4327/androidemulator.png

What I am assuming it asking me to choose the emulator, but it is not showing up on the list. Is there a reason why?

like image 546
Drahcir Avatar asked Sep 24 '09 17:09

Drahcir


6 Answers

I don't use netbeans, but it looks like you don't have any AVD's created, and if you do, then there is probably a way to associate them that you are missing in netbeans. You can check here to create an AVD http://developer.android.com/guide/developing/tools/avd.html

But I would just use eclipse if possible, the integration works really well, and it was written to run in eclipse, so there are less issues and hurdles.

Also see Running Your Application section of http://developer.android.com/guide/developing/other-ide.html that will describe how to launch the app from the tools outside of the IDE.

like image 82
broschb Avatar answered Oct 16 '22 10:10

broschb


I have the same problem with you. But i have my emulator works now. Are you have to do is running your Android SDK Manager, then click Virtual devices, and Make new AVD device. Click New. Then fill name, and select Target (Platform of your Android), Skin, and hardware. Then click Create AVD to finish.

Now you have device to choose. :)

like image 24
Djayz Avatar answered Oct 16 '22 08:10

Djayz


go in C:\Program Files\Android\android-sdk\SDK Manager.exe and create the virtual device. After it appear in device list. Thats it.

like image 41
JOSE ALCIDES Avatar answered Oct 16 '22 10:10

JOSE ALCIDES


Open Sdk manager

Tool Manage AVD

Select and start AVD. wait open.

Goto netbean Run project.

U must see project run in AVD.

Success..

like image 21
cinnat Avatar answered Oct 16 '22 08:10

cinnat


The article at the link @broschb had posted is explaining how to create an AVD using command line. Do exactly what is says there (it's very easy). Once you have created the AVD it will appear in the AVD list in Netbeans. Actually, if you have only one AVD it will start by default when you run your app.

like image 1
Gicanu Avatar answered Oct 16 '22 09:10

Gicanu


run the avd manager which is location in the android-sdk folder and then create a new avd,but be sure you have already downloaded ARM EABI system image tool set.

like image 1
Misgevolution Avatar answered Oct 16 '22 09:10

Misgevolution