I'm trying to play with an example of a keyboard software that comes with an SDK ...
To get it in a new project, I create a new project from an existing sample, as shown in the screenshot below.
But when I try to execute it, this is what the console gives.
[2011-06-13 21:37:46 - com_example_android_softkeyboard] ------------------------------
[2011-06-13 21:37:46 - com_example_android_softkeyboard] Android Launch!
[2011-06-13 21:37:46 - com_example_android_softkeyboard] adb is running normally.
[2011-06-13 21:37:46 - com_example_android_softkeyboard] No Launcher activity found!
[2011-06-13 21:37:46 - com_example_android_softkeyboard] The launch will only sync the application package on the device!
[2011-06-13 21:37:46 - com_example_android_softkeyboard] Performing sync
[2011-06-13 21:37:46 - com_example_android_softkeyboard] Automatic Target Mode: using device '313101F4C18200EC'
[2011-06-13 21:37:46 - com_example_android_softkeyboard] WARNING: Application does not specify an API level requirement!
[2011-06-13 21:37:46 - com_example_android_softkeyboard] Device API version is 10 (Android 2.3.4)
[2011-06-13 21:37:46 - com_example_android_softkeyboard] Application already deployed. No need to reinstall.
[2011-06-13 21:37:46 - com_example_android_softkeyboard] \com_example_android_softkeyboard\bin\com_example_android_softkeyboard.apk installed on device
[2011-06-13 21:37:46 - com_example_android_softkeyboard] Done!
Any ideas that might cause this problem? Thank!
PS Maybe someone knows about other good keyboard examples / tutorials besides this?


Roger source
share