728x90
반응형
에러 문구
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 에서 android:exported="true" 추가
<activity
android:name=".MainActivity"
android:exported="true"
728x90
728x90
'Flutter' 카테고리의 다른 글
'File.create' has fewer named arguments than those of overridden method 'File.create' (0) | 2024.01.09 |
---|---|
onHighlightChanged (0) | 2024.01.07 |
ShapeBorder -> pentagon (0) | 2024.01.07 |
BoxConstraints.tightFor (0) | 2024.01.07 |
안드로이드스튜디오 PlatformException(null-error, Host platform returned null value for non-null return value., null, null) (0) | 2024.01.07 |
댓글