I haven't seen that, I target version 29 - just made a player 10 seconds ago.
Coder, video game industry veteran (since the '80s, ❤'s assembler), arrested - never convicted hacker (in the '90s), dad of five, he/him (if that even matters!). https://deluxepixel.com
An update of Firebase plugin seems to have fixed the problem above. New problem:
FAILURE: Build failed with an exception.
* Where:
Build file '/Users/niclasaberg/Desktop/No Brakes/tmp/app/build.gradle' line: 80* What went wrong:
A problem occurred evaluating project ':app'.
> Failed to apply plugin [id 'com.google.gms.google-services']> Cannot invoke method split() on null object
* 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 <a href="https://help.gradle.org" rel="nofollow">https://help.gradle.org</a>
BUILD FAILED in 14s
Exec returned: 1
Export failed! See details above.
btw: in android studio: 1 - connect your phone using a usb cable or connect it via wifi 2 - open the log debugger (a tab somewhere at the bottom) 3 - you should see everything that happens on your phone logged 4 - run your app 5 - when it crashes you will have some red lines telling you what went wrong 6 - from there you can start debugging!
btw: in android studio: 1 - connect your phone using a usb cable or connect it via wifi 2 - open the log debugger (a tab somewhere at the bottom) 3 - you should see everything that happens on your phone logged 4 - run your app 5 - when it crashes you will have some red lines telling you what went wrong 6 - from there you can start debugging!
@MoKaLux and @oleg, good advice. I used both those methods for debugging. All games are now live in the store and players have started to update to the latest versions.
Thanks @hgy29 for the help, I hope this blitz will help make Gideros even more rock solid for other people!
The four updated games seem stable-ish, with this crash happening on three of the games (posting here for reference):
Fatal Exception: java.lang.IllegalArgumentException: No config chosen
at com.giderosmobile.android.player.GiderosConfigChooser.chooseConfig + 75(GiderosConfigChooser.java:75)
at android.opengl.GLSurfaceView$EglHelper.start + 1024(GLSurfaceView.java:1024)
at android.opengl.GLSurfaceView$GLThread.guardedRun + 1401(GLSurfaceView.java:1401)
at android.opengl.GLSurfaceView$GLThread.run + 1240(GLSurfaceView.java:1240)
Comments
https://deluxepixel.com
These are the plugins I'm using:
Android studio SDK components:
Not sure if it helps?
Likes: MoKaLux
btw: in android studio:
1 - connect your phone using a usb cable or connect it via wifi
2 - open the log debugger (a tab somewhere at the bottom)
3 - you should see everything that happens on your phone logged
4 - run your app
5 - when it crashes you will have some red lines telling you what went wrong
6 - from there you can start debugging!
Likes: oleg, totebo
https://support.google.com/googleplay/android-developer/answer/7002270
---------------------------
Another way to test(without android studio):
- download ADB (Android Debug Bridge)
and run it through the command line:
C:/adb/adb logcat -> logcat.txt
https://developer.android.com/studio/command-line/adb
Likes: MoKaLux
https://play.google.com/store/apps/developer?id=razorback456
мій блог по гідерос https://simartinfo.blogspot.com
Слава Україні!
Thanks @hgy29 for the help, I hope this blitz will help make Gideros even more rock solid for other people!
Likes: antix