cgisca / PGSGP

Play Games Services plugin for Godot Game Engine - Android
MIT License
219 stars 60 forks source link

ERROR: _export_project_to_path: Failed to export the project for platform 'Andro id'. At: editor/project_export.cpp:977 #17

Closed titangamingglt closed 4 years ago

titangamingglt commented 4 years ago

how to fix this?

titangamingglt commented 4 years ago

Untitled

titangamingglt commented 4 years ago

Solved this by adding two lines in gradle.properties file:

android.useAndroidX=true android.enableJetifier=true

cgisca commented 4 years ago

Closing the issue as it was solved