Yuman Yin
Yuman Yin
I just have added below `ext` code in `android/build.gradle` after `allprojects{}`, and use them in `android/app/build.gradle` as the presentation of the help doc [Android Setup](https://github.com/transistorsoft/flutter_background_fetch/blob/master/help/INSTALL-ANDROID.md), it has solved the problem...
> I am using Flutter 3.24.0 • channel stable , while building resale apk i am getting ... .gradle\caches\transforms-3\f58020c91a078450a7656e43f041db18\transformed\core-1.13.1\res\values\values.xml:113:5-122:25: AAPT: error: resource android:attr/lStar not found. Can anyone help me in...
> I have tried this but the problem is same, can not build the release apk. I guess it is some issue with the new release and dependencies. I'm also...
> ### app/build.gradle > `allprojects { repositories { google() mavenCentral() } } > > rootProject.buildDir = "../build" > > subprojects { afterEvaluate { android { compileSdkVersion 34 } } }...
> The stack trace does not indicate an issue with mobile_scanner ? Sounds like `tflite` indicates an issue with MLKit itself. After adding "implementation 'com.google.mlkit:barcode-scanning:17.3.0' in dependencies of Android build.gradle,...
> > The stack trace does not indicate an issue with mobile_scanner ? Sounds like `tflite` indicates an issue with MLKit itself. > > After adding "implementation 'com.google.mlkit:barcode-scanning:17.3.0' in dependencies...