0

新しい 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

どんな助けでも大歓迎です。

4

1 に答える 1

0

この問題は、何らかの理由で、私のデバイス (Pixel 3) に固有のもののようです。別のデバイス (同じ Pixel 3) と、私が保管している Nexus 6P では、この動作は表示されません。uninstallDebugアプリを再度実行する前に gradle タスクを実行することで、デバイスでこの問題に対処することができました。

于 2019-12-31T15:45:35.760 に答える