android:exported1 [ 에러 ] 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 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 안드로이드 빌드시, 다음과 같은 에러가 발생하였습니다. 해결책 AndroidManifest.xml에서 MainActivity가 되는 부분에 android:exported="true"를 추가해 줍니다. android:exported란? 다른 애플리케이션의 구성요소로 액티비티를 시작할 수 있으면 true 아니라면 false를 선언합니다. 기본적으로 true를 추천합니다. 감사합니다. export 명사 [ˈekspɔːt;.. 2022. 2. 13. 이전 1 다음