Flutter 모듈 수정 오류 Android 내보낸 요소를 명시적으로 지정해야 합니다.
1377 단어 flutter
예: Flutter Module แล้วรัน โปรเจ็ค Android ขึ้น 오류
플러터 2.10.3 | 다트 2.16.1 | 개발자 도구 2.9.2
android:exported needs to be explicitly specified for element
답변:
추가 android:exported="true"ที่ 활동 ในไฟล์ .android/app/src/main/AndroidManifest.xml
android:exported="true"
ติดตามผลงานได้ที่
페이지: https://fb.com/CodeBangkok
그룹: https://fb.com/groups/msdevth
블로그:
유튜브:
Reference
이 문제에 관하여(Flutter 모듈 수정 오류 Android 내보낸 요소를 명시적으로 지정해야 합니다.), 우리는 이곳에서 더 많은 자료를 발견하고 링크를 클릭하여 보았다 https://dev.to/codebangkok/flutter-module-fix-error-android-exported-needs-to-be-explicitly-specified-for-element-p89텍스트를 자유롭게 공유하거나 복사할 수 있습니다.하지만 이 문서의 URL은 참조 URL로 남겨 두십시오.
우수한 개발자 콘텐츠 발견에 전념 (Collection and Share based on the CC Protocol.)