-
Notifications
You must be signed in to change notification settings - Fork 354
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
Cannot build on graddle 8.0 #734
Comments
@sidr555 I stumbled on the same issue and figured it out for myself having installed version 6.6.2. |
Hey, we had the same. You when targeting SDK 32 you need to use plugin version 6.7.0 as well and implement the needed and documented changes as well |
Still having this issue.. and the comments above have not helped? Is there a procedure that I can follow? |
The missing symbols (constants) have been available since Android 12 / API level 31 as documented https://developer.android.com/guide/topics/connectivity/bluetooth/permissions. I have overridden the targetSdkVersion to 31 in config.xml and it works.
|
I have errors when trying to build with cordova 10, graddle 8.0, AndroidSDK 30 or 32
FAILURE: Build failed with an exception.
Execution failed for task ':app:compileDebugJavaWithJavac'.
Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
Get more help at https://help.gradle.org
Deprecated Gradle features were used in this build, making it incompatible with Gradle 8.0.
The text was updated successfully, but these errors were encountered: