用Eclipse编写安卓程序,模拟器能够打开,但是不运行我编写的程序,在程序列表中也找不到
代码无问题,底下的Console那里只提示到
[2011-10-18 21:28:15 - HelloWorld] Android Launch!
[2011-10-18 21:28:15 - HelloWorld] adb is running normally.
[2011-10-18 21:28:15 - HelloWorld] Performing helloworld.test.HelloWorldActivity activity launch
[2011-10-18 21:28:15 - HelloWorld] Automatic Target Mode: Preferred AVD 'AVD1.6' is not available. Launching new emulator.
[2011-10-18 21:28:15 - HelloWorld] Launching a new emulator with Virtual Device 'AVD1.6'
[2011-10-18 21:30:48 - HelloWorld] ------------------------------
[2011-10-18 21:30:48 - HelloWorld] Android Launch!
[2011-10-18 21:30:48 - HelloWorld] adb is running normally.
[2011-10-18 21:30:48 - HelloWorld] Performing helloworld.test.HelloWorldActivity activity launch
就不继续了。我记得应该还有向Emulator中装入apk的过程吧
而且,每次点击运行都会打开一个新的模拟器,并且都无法运行程序(不是报错,是压根就没将APK装入)
运行设置里面,如果选择手动选择ADK,在已运行的device中无法找到已经打开的模拟器
求大大解释。。。先谢过了~~~~~
[解决办法]
是模拟器打开慢的问题吧,你再继续等等
我的模拟器打开也很慢
用真机调试速度快,你可以尝试下
[解决办法]
我现在都用真机调试了. 效率快多了 .
[解决办法]
adb kill-server
adb devices
也看不到模拟器?