私のプログラムはAndroidスタジオで次のエラーを表示しています。アプリ実行中の属性 'parentActivityName`はAPIレベル16以上でのみ使用されます(現在の最小値は15です)
午後12時28分エラー:デフォルトの活動は
が見つかりませんが、私はこの問題は、AndroidManifest.xmlを
`
<application
android:allowBackup="true"
android:icon="@mipmap/ic_launcher"
android:label="@string/app_name"
android:roundIcon="@mipmap/ic_launcher_round"
android:supportsRtl="true"
android:theme="@style/AppTheme">
<activity android:name=".DisplayMessageActivity"
android:parentActivityName=".MainActivity">
</activity>
</application>
</manifest>
` に誰も私を助けてくださいすることができていると思いますか?
もし役に立ちましたら回答に同意してください! –