UserLogin是自己写的ap,sdk自带的contact也有断在断点处,
[2010-09-14 17:04:21 - UserLogin] ------------------------------
[2010-09-14 17:04:21 - UserLogin] Android Launch!
[2010-09-14 17:04:21 - UserLogin] adb is running normally.
[2010-09-14 17:04:21 - UserLogin] Performing com.sharpandroid.UserLogin.LoginActivity activity launch
[2010-09-14 17:04:21 - UserLogin] Automatic Target Mode: using existing emulator 'emulator-5554' running compatible AVD 'android'
[2010-09-14 17:04:21 - UserLogin] Uploading UserLogin.apk onto device 'emulator-5554'
[2010-09-14 17:04:21 - UserLogin] Installing UserLogin.apk...
[2010-09-14 17:04:28 - UserLogin] Success!
[2010-09-14 17:04:28 - UserLogin] Starting activity com.sharpandroid.UserLogin.LoginActivity on device 
[2010-09-14 17:04:31 - UserLogin] ActivityManager: Starting: Intent { act=android.intent.action.MAIN cat=[android.intent.category.LAUNCHER] cmp=com.sharpandroid.UserLogin/.LoginActivity }
[2010-09-14 17:04:32 - UserLogin] Attempting to connect debugger to 'com.sharpandroid.UserLogin' on port 8871
userlogin进程没有消失,打的断点处可以断(断点主屏的activity处的onCreate)
这个是sdk自带的softkey ap,
[2010-09-14 16:51:47 - com_example_android_softkeyboard1] ------------------------------
[2010-09-14 16:51:47 - com_example_android_softkeyboard1] Android Launch!
[2010-09-14 16:51:47 - com_example_android_softkeyboard1] adb is running normally.
[2010-09-14 16:51:47 - com_example_android_softkeyboard1] No Launcher activity found!
[2010-09-14 16:51:47 - com_example_android_softkeyboard1] The launch will only sync the application package on the device!
[2010-09-14 16:51:47 - com_example_android_softkeyboard1] Performing sync
[2010-09-14 16:51:47 - com_example_android_softkeyboard1] Automatic Target Mode: Preferred AVD 'android' is not available. Launching new emulator.
[2010-09-14 16:51:47 - com_example_android_softkeyboard1] Launching a new emulator with Virtual Device 'android'
[2010-09-14 16:51:47 - com_example_android_softkeyboard1] New emulator found: emulator-5554
[2010-09-14 16:51:47 - com_example_android_softkeyboard1] Waiting for HOME ('android.process.acore') to be launched...
[2010-09-14 16:51:49 - Emulator] emulator: emulator window was out of view and was recentred
[2010-09-14 16:51:49 - Emulator] 
[2010-09-14 16:52:17 - com_example_android_softkeyboard1] WARNING: Application does not specify an API level requirement!
[2010-09-14 16:52:17 - com_example_android_softkeyboard1] Device API version is 8 (Android 2.2)
[2010-09-14 16:52:17 - com_example_android_softkeyboard1] HOME is up on device 'emulator-5554'
[2010-09-14 16:52:17 - com_example_android_softkeyboard1] Uploading com_example_android_softkeyboard1.apk onto device 'emulator-5554'
[2010-09-14 16:52:17 - com_example_android_softkeyboard1] Installing com_example_android_softkeyboard1.apk...
[2010-09-14 16:52:59 - com_example_android_softkeyboard1] Success!
[2010-09-14 16:52:59 - com_example_android_softkeyboard1] /com_example_android_softkeyboard1/bin/com_example_android_softkeyboard1.apk installed on device
[2010-09-14 16:52:59 - com_example_android_softkeyboard1] Done!
但是输入法进程此时消失了,打的断点仍旧在,但是软键盘出来后没有断在任何一个断点处,(断点是onCreate,onCreateInputView,onCreateCandidatesView,onStartInput,onStartInputView)请问,输入法作为服务,没有activity就没法打断点吗,作为单独的一个ap不可以debug吗?