新しい Hello World アプリを問題なく展開できます (デバイスから既にアンインストールしたものと同じ名前/名前空間でない限り)。ただし、アプリをアンインストールすると (偶然にも認められます)、実行できなくなり、代わりに次のエラーが表示されます。
$ adb shell am start -n "com.ld.hello_android/com.ld.hello_android.MainActivity" -a android.intent.action.MAIN -c android.intent.category.LAUNCHER
Error while executing: am start -n "com.ld.hello_android/com.ld.hello_android.MainActivity" -a android.intent.action.MAIN -c android.intent.category.LAUNCHER
Starting: Intent { act=android.intent.action.MAIN cat=[android.intent.category.LAUNCHER] cmp=com.ld.hello_android/.MainActivity }
Error type 3
Error: Activity class {com.ld.hello_android/com.ld.hello_android.MainActivity} does not exist.
Error while Launching activity
どんな助けでも大歓迎です。