skip to Main Content

Flutter android build issue post flutter update

build and run works fine but in release build, I started finding issue: ERROR: Missing classes detected while running R8. Please add the missing classes or apply additional keep rules that are generated in /Users/chiragjuneja/Documents/work/playground/yashutales/badminton_score_tracker/build/flutter_inappwebview_android/outputs/mapping/release/missing_rules.txt. ERROR: R8: Missing class android.window.BackEvent…

VIEW QUESTION

Android Studio – Enabling R8 in android kotlin app cause Library class android.content.res.XmlResourceParser implements program class org.xmlpull.v1.XmlPullParser

I enabled R8 plugging for obfuscation I got an exception when I am trying to generate the signed apk "Library class android.content.res.XmlResourceParser implements program class org.xmlpull.v1.XmlPullParser" I have added below proGuard rule to the proguard-rules.pro file -dontwarn org.xmlpull.v1.** -dontnote org.xmlpull.v1.**…

VIEW QUESTION
Back To Top
Search