App노자

[Android Studio] Manifest merger failed : android:exported needs to be explicitly specified for element <MainActivity>. Apps targeting Android 12 and higher are required to specify an explicit value for `android:exported` when the corresponding componen.. 본문

Android/Framework, 이슈, 환경셋팅

[Android Studio] Manifest merger failed : android:exported needs to be explicitly specified for element <MainActivity>. Apps targeting Android 12 and higher are required to specify an explicit value for `android:exported` when the corresponding componen..

앱의노예 2023. 10. 2. 20:39

 

 

 

Manifest merger failed : android:exported needs to be explicitly specified for element <activity#com.example.park.calculator.MainActivity>. 
Apps targeting Android 12 and higher are required to specify an explicit value for `android:exported` when the corresponding component has an intent filter defined. 
See https://developer.android.com/guide/topics/manifest/activity-element#exported for details.