|
一边看视频一边跟着学,昨天弄了一天把SDK ADT什么的弄好。
今天本来想大干一场,结果一上来就被这个HelloWorld给难住了,跟着视频学,新建一个Android项目,起个HelloWorld名字,然后一个个性的包名,Finish,然后悲剧就发生了
视频中的大神直接Run AS,模拟器就跳出来Helloworld了,然后无论我怎么RUN RUn RUN,他喵的就是提示我
----------淫荡的分割线---------
[2011-09-12 23:46:21 - Android.HelloWorld] ------------------------------
[2011-09-12 23:46:21 - Android.HelloWorld] Android Launch!
[2011-09-12 23:46:21 - Android.HelloWorld] adb is running normally.
[2011-09-12 23:46:21 - Android.HelloWorld] Performing com.msq.hello.HelloWorldActivity activity launch
[2011-09-12 23:46:21 - Android.HelloWorld] Automatic Target Mode: launching new emulator with compatible AVD 'AVD2.2'
[2011-09-12 23:46:21 - Android.HelloWorld] Launching a new emulator with Virtual Device 'AVD2.2'
[2011-09-12 23:46:29 - Android.HelloWorld] New emulator found: emulator-5554
[2011-09-12 23:46:29 - Android.HelloWorld] Waiting for HOME ('android.process.acore') to be launched...
[2011-09-12 23:47:02 - Android.HelloWorld] HOME is up on device 'emulator-5554'
[2011-09-12 23:47:03 - Android.HelloWorld] Uploading Android.HelloWorld.apk onto device 'emulator-5554'
[2011-09-12 23:47:03 - Android.HelloWorld] Installing Android.HelloWorld.apk...
[2011-09-12 23:47:27 - Android.HelloWorld] Success!
[2011-09-12 23:47:27 - Android.HelloWorld] Starting activity com.msq.hello.HelloWorldActivity on device emulator-5554
[2011-09-12 23:47:30 - Android.HelloWorld] ActivityManager: Starting: Intent { act=android.intent.action.MAIN cat=[android.intent.category.LAUNCHER] cmp=com.msq.hello/.HelloWorldActivity }
[2011-09-12 23:47:30 - Android.HelloWorld] ------------------------------
[2011-09-12 23:47:30 - Android.HelloWorld] Android Launch!
[2011-09-12 23:47:30 - Android.HelloWorld] adb is running normally.
[2011-09-12 23:47:30 - Android.HelloWorld] Performing com.msq.hello.HelloWorldActivity activity launch
[2011-09-12 23:47:30 - Android.HelloWorld] Automatic Target Mode: using existing emulator 'emulator-5554' running compatible AVD 'AVD2.2'
[2011-09-12 23:47:34 - Android.HelloWorld] Application already deployed. No need to reinstall.
[2011-09-12 23:47:34 - Android.HelloWorld] Starting activity com.msq.hello.HelloWorldActivity on device emulator-5554
[2011-09-12 23:47:35 - Android.HelloWorld] ActivityManager: Starting: Intent { act=android.intent.action.MAIN cat=[android.intent.category.LAUNCHER] cmp=com.msq.hello/.HelloWorldActivity }
------------“和谐”分割线---------
由于本人不会上图,我直接打模拟器上显示的打出来吧。
应用程序 Android.HelloWorld(进程:com.msq.hello)意外停止,请重试 |
|