-
-
Notifications
You must be signed in to change notification settings - Fork 283
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Kotlin Gradle plugin version error #226
Comments
same problem, have you found the solution |
Use this package arcore_flutter_plugin: ^0.2.0-alpha |
is it working fine for you? i am having issues like this: Duplicate class com.google.flatbuffers.Utf8Safe found in modules jetified-core-1.21.0-runtime (com.gorisse.thomas.sceneform:core:1.21.0) and jetified-sceneform-base-1.15.0-runtime (com.google.ar.sceneform:sceneform-base:1.15.0) |
implementation 'com.google.ar:core:1.28.0' |
thank you |
did implementation 'com.google.ar:core:1.28.0' work for me it didn't. what's with the arcoresceneform? also can you guys please share the kotlin version? would be a great help |
Someone can try this branch ? #228 |
didn't worked for me too. Can someone help me with it? |
try ar_flutter_plugin_flutterflow: ^0.7.46, and all the functions and everything is same as ar flutter plugin. You can check the plugins there at the website. All the best, it is working for me better |
try using https://github.com/CariusLars/ar_flutter_plugin/blob/main/example/lib/examples/debugoptionsexample.dart this code example, just replace ar_flutter_plugin with ar_flutter_plugin_flutterflow, if not on virtual device then use your real device that supports arcore. |
dont forget to update your android manifest https://github.com/CariusLars/ar_flutter_plugin/blob/main/android/src/main/AndroidManifest.xml follow their example |
Change the Kotlin version in External Libraries -> flutter plugins->android->build.gradle change it here it will work |
I got the below error I don't know how to solve it
The Android Gradle plugin supports only Kotlin Gradle plugin version 1.5.20 and higher.
The following dependencies do not satisfy the required version:
root project 'android' -> org.jetbrains.kotlin:kotlin-gradle-plugin:1.3.50
The text was updated successfully, but these errors were encountered: