-
Notifications
You must be signed in to change notification settings - Fork 59
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
Godot cannot be cast to android.app.Activity #65
Comments
Probably these lines should be updated: PGSGP/app/src/main/java/io/cgisca/godot/gpgs/PlayGameServicesGodot.kt Lines 185 to 194 in 8a47c95
|
I get this same error, How to update these lines? it is not on my project. |
So what I did was cloned the repo, altered the line, made it depend on Godot 3.3.2 and rebuild the plugin. That did the trick. But it is in no shape to be made in a PR I'm afraid because I didn't really know what I was doing. |
Would it be possible for you to create a branch(of the changes you made) and share here. Seems like lot of people are facing the same issue. |
Facing the same issue here...would appreciate some assistance. |
Use This PR has support for 3.3.2 |
Whoops sorry for reacting so late 😅 Yeah that PR seems to implement the right changes. |
Godot version: 3.3.2
When I call play_games_services.init(false) I get this error in my logcat:
Maybe this is related to godotengine/godot#47198.
The text was updated successfully, but these errors were encountered: