Closed Deizo closed 4 years ago
Did any one solve this problem? currently I am facing the same issues ..zzz
I got the same issue and it seems to be solved by changing you android/build.gradle
I had to downgrade from classpath 'com.android.tools.build:gradle:3.3.1'
to classpath 'com.android.tools.build:gradle:3.2.1'
but other issues came in...
buildscript {
ext.kotlin_version = '1.2.71'
repositories {
google()
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle:3.2.1'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
classpath 'com.google.gms:google-services:4.2.0'
}
}
Now, the code is compiling, it's running well on iOS but keeps stopping at launching on Android devices and emulators.
Same issue here. Waiting for some feedback from the moderators. What gradle build should we combine with kotlin's latest version to ensure a successful build. Hope this can be answered ASAP
Any updates?
Check these steps. It worked for me
https://github.com/apptreesoftware/flutter_barcode_reader/issues/71#issuecomment-468291746
Please, anybody can help me?
I've tried to use barcode_scan plugin in my Flutter app (Flutter v. 1.0 / IDE's: Android Studio and VS Code), but running the app raise this error: