Skip to content
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

Weird error #1

Closed
maxyboiii opened this issue Feb 1, 2020 · 3 comments
Closed

Weird error #1

maxyboiii opened this issue Feb 1, 2020 · 3 comments

Comments

@maxyboiii
Copy link

this guy and me have the same problem:
https://godotengine.org/qa/52856/android-plugin-using-play-services-nearby

@himaghnam
Copy link

himaghnam commented Feb 8, 2020

I added these lines in gradle.properties in build folder and it is working for me now

android.useAndroidX=true
android.enableJetifier=true

@BThacker
Copy link

I had a similar issue caused by duplicate code. Adding the:
android.useAndroidX=true
android.enableJetifier=true

to gradle.properties seems to have resolved it for me as well, will do further testing soon

@cgisca
Copy link
Owner

cgisca commented Apr 8, 2020

Closing this issue as it seems to be fixed by adding to gradle.properties
android.useAndroidX=true android.enableJetifier=true

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants