我可以毫无问题地部署一个全新的 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
非常感激任何的帮助。