DEV Community

Cover image for Flutter Module Fix Error android exported needs to be explicitly specified for element
codebangkok
codebangkok

Posted on

 

Flutter Module Fix Error android exported needs to be explicitly specified for element

Image description

Image description

ปัญหา: Flutter Module แล้วรันโปรเจ็ค Android ขึ้น error

Flutter 2.10.3 | Dart 2.16.1 | DevTools 2.9.2

android:exported needs to be explicitly specified for element
Enter fullscreen mode Exit fullscreen mode

วิธีแก้ปัญหา:

เพิ่ม android:exported="true" ที่ activity ในไฟล์ .android/app/src/main/AndroidManifest.xml

android:exported="true"
Enter fullscreen mode Exit fullscreen mode

Image description

ติดตามผลงานได้ที่

Top comments (0)

Timeless DEV post...

Git Concepts I Wish I Knew Years Ago

The most used technology by developers is not Javascript.

It's not Python or HTML.

It hardly even gets mentioned in interviews or listed as a pre-requisite for jobs.

I'm talking about Git and version control of course.

One does not simply learn git