Android アプリ開発 android.content.ActivityNotFoundException: have you declared this activity in your AndroidManifest.xml?

black android smartphone on brown wooden table

 

Androidアプリ開発 にてandroid.content.ActivityNotFoundException が出て困った話。

AndroidManifest.xmlにはちゃんと書いているのに・・・。

色々調べてみると、

 

Intent intent = new Intent(context, MainActivity.class);

Intent intent = new Intent(context, com.aaa.bbb.MainActivity.class);

にすることで解決できました。

パッケージ名を省略するとマズイみたい。

 

しゅう
しゅう

主に技術系の内容を書いています m(_ _)m

記事本文: 36

返信を残す

メールアドレスが公開されることはありません。 が付いている欄は必須項目です