hi:
i just followed the hello world example. but when the emulator told me to unlock the screen, nothing happend.
no "helloworld" displayed on the emulator.
i set up all the things following the tutorial.
btw, i am using win7 and the newest eclipse.
(i heard its a bug in win7?????? i am bloody confusing!!!)
can someone help me out of here?
thx
I don't know you already solved this issue or not.
I had same issue then I figured it out.
A. JDK:
1. make sure have jdk 6 be installed.
B. Android application.
1. Make sure you set your activity (spelling) to match name of java code from AndroidManifest.xml.( see below).
2. Wait for a while.
See below log file:
[2011-12-29 16:50:10 - HelloLinearLayout] Android Launch!
[2011-12-29 16:50:10 - HelloLinearLayout] adb is running normally.
[2011-12-29 16:50:10 - HelloLinearLayout] Performing com.test.hellolinearlayout.HelloLinearLayoutActivi ty activity launch
[2011-12-29 16:50:10 - HelloLinearLayout] Automatic Target Mode: Preferred AVD 'my_avd' is not available. Launching new emulator.
[2011-12-29 16:50:10 - HelloLinearLayout] Launching a new emulator with Virtual Device 'my_avd'
[2011-12-29 16:50:19 - HelloLinearLayout] New emulator found: emulator-5554
[2011-12-29 16:50:19 - HelloLinearLayout] Waiting for HOME ('android.process.acore') to be launched...
[2011-12-29 16:51:08 - HelloLinearLayout] HOME is up on device 'emulator-5554'
[2011-12-29 16:51:08 - HelloLinearLayout] Uploading HelloLinearLayout.apk onto device 'emulator-5554'
[2011-12-29 16:51:08 - HelloLinearLayout] Installing HelloLinearLayout.apk...
[2011-12-29 16:51:42 - HelloLinearLayout] Success!
[2011-12-29 16:51:42 - HelloLinearLayout] Starting activity com.test.hellolinearlayout.HelloLinearLayoutActivi ty on device emulator-5554
[2011-12-29 16:51:44 - HelloLinearLayout] ActivityManager: Starting: Intent { act=android.intent.action.MAIN cat=[android.intent.category.LAUNCHER] cmp=com.test.hellolinearlayout/.HelloLinearLayoutActivity }
helloandroid.jpg
Last edited by AlbertPi0714; 12-30-2011 at 10:19 AM.
Bookmarks