Copyright 2024 - Custom text here

แก้ปัญหา Multidex Error สำหรับคนที่ใช้ Pubin Firestore Firebase บน Flutter

Screen Shot 2562 06 14 at 052051

มาสเตอร์ พลายาม flutter run  แต่ Compile ไม่ผ่าน มี Error แบบนี้

Screen Shot 2562 06 14 at 054249

 

ไปเปิด build.gradle ส่วนของ Module

Screen Shot 2562 06 14 at 054255

ในส่วนของ defaultConfig ให้เติม multiDexEnabled true เข้าไปแบบนี่ใน เทค 

 

multiDexEnabled true

 

Screen Shot 2562 06 14 at 054304

และที่ เทค dependencies ให้ implement 'com.android.support:mulitidex:1.0.3 แบบนีครับ

 

implementation 'com.android.support:multidex:1.0.3'

 

แบบนี้ครับ 

 

 

คอร์ส สอนโปรเจ็คแอนดรอยด์ ตัวต่อตัว

privateProject2019v1

คอร์ส เบสิกแอนดรอยด์ สอน ตัวต่อตัว

privateAndroid2019v1

คอร์ส iOS สอน ตัวต่อตัว

privateIos2019V1

คอร์ส Flutter สอน ตัวต่อตัว

privateFlutter2019v1

f t g