0

アプリ実行時の問題: コンソール画面で

java.lang.SecurityException: 許可拒否: Intent { act=android.intent.action.MAIN cat=[android.intent.category.LAUNCHER] flg=0x10000000 cmp=com.test.sample/.Setting } from null (pid =9137、uid=2000) にはヌルが必要です

4

1 に答える 1

0

十分な権限があることを確認してください<uses-permission>。Android のセキュリティに関する次のガイドをご覧くださいhttp://developer.android.com/guide/topics/security/permissions.html

于 2012-09-05T12:08:27.023 に答える