I feel like i've searched google eno开发者_如何学Pythonugh to now be in a position to ask this question without being one of those people who everyone hates. So before i state my problem i'd just like to say if an obvious answer IS on google, feel free to ridicule me as much as your hearts desire.
Whenever i run an AVD, it simply does not appear under devices in DDMS, and does not show up as a running Android device (whenever i try to run an Android application on the emulator).
If i try and launch an AVD along with the application from eclipse, it says it launches fine on eclipse's output, however even after an hour the application does not show up on the emulator, and it is not listed under devices in DDMS?
Many people claim that the emulator takes a long time to start up, however i've waited for over an hour with no luck, and my computer has a very decent if not good spec (2.8GHz Quad Core Q9550), with 4Gbs of RAM.
I'm using the latest version of eclipse for java, the Java JDK 64 bit version, and Windows 7 64x.
Thanks for any responses / help, i've tried to include as much detail as possible, and again i apologise if there is an easy fix or if i have missed a crucial installation step.
there is a drop down box next to the screen capture icon....click on that and reset adb while the emulator is running...the ddms then loads up....run the emulator again...app works...the problem that im facing is that the app doesnt seem to connect to the internet...my app requires online info...but for any other offline app it runs...just the issue with resetting adb everytime.I started facing this problem after updating java.Cant seem to uninstall java because of the java error 1723...getting rid of this...should solve my problem i guess.
I see that the adb server gets stuck sometimes. The server runs as a separate process, so it will not restart with Eclipse or your emulator.
Try: adb kill-server
Once your emulator is running, check if it shows up here: adb devices
精彩评论