Manifest merger failed : android:exported needs to be explicitly speci…
페이지 정보

본문
<activity android:name=".Main"
android:exported="true" <- 이거 추가
android:screenOrientation="portrait"
tools:ignore="IntentFilterExportedReceiver">
<intent-filter>
<action android:name="android.intent.action.MAIN" />
<category android:name="android.intent.category.LAUNCHER" />
</intent-filter>
</activity>
- 이전글net err_cache_miss 21.08.04
- 다음글java.lang.RuntimeException: Canvas: trying to draw too large(144000000bytes) bitmap. 21.07.04
댓글목록
등록된 댓글이 없습니다.