I need some people to record their record in the leaderboard( GooglePlay Services) I will be grateful if you install the game and save your score to leaderboard
@oleg ok I have installed google play game. I can see your game in the play game games. But no leaderboard in the game itself!
if there is no progress button on the screen-you have an old version of the game installed
you need to remove the game, then open the link-what I provided, and click on the 'become a tester' button. then you can install the beta version of the game. https://play.google.com/apps/testing/info.simart.Cat
In the "Export Project" settings there is a paramtere called Android Target version. By default it is 26. You can change that value to target the android version you want i guess. Some Api Levels in the attachment. Hope it will help. Name ,Andr.Ver, Api Level Pie ,9.0, 28 Oreo ,8.1, 27 Oreo ,8.0, 26 Nougat ,7.1, 25 Nougat ,7.0, 24 Marshw. ,6.0, 23 Lollipop ,5.1, 22 Lollipop ,5.0, 21 Kitkat.W ,4.4W, 20 Kitkat ,4.4, 19 J.Bean ,4.3, 18 J.Bean ,4.2-4.2.2, 17 J.Bean ,4.1-4.1.1, 16 I.Crm.S ,4.0.3-4.0.4, 15 I.Crm.S ,4.0-4.0.2, 14
I am afraid that does not work! This parameter refers to:
Starting August 1, 2019, Google Play requires that new apps target at least Android 9.0 (API level 28), and that app updates target Android 9.0 from November 1, 2019. Until these dates, new apps and app updates must target at least Android 8.0 (API level 26).
@MoKaLux need to update SDK in Android studio- to API 28 and in the Gideros export settings 'Android Target version' -given 28 field - 'Android SDK version (optional)' - leave blank ps\\ Android SDK version (optional)==minSdkVersion.
You can do it from android studio, by editing one of the build.gradle files. The minimum sdk is specified somewhere near the top in one of those files.
Comments
There was no option to save to leaderboard, maybe my score was too low? I had 66! Or maybe I don't have google play service?
I could not rate it too: it says "server failure..."
Other than that very nice gfx and animations, I loved it!
Google should ask you permission when you start the game
https://play.google.com/store/apps/details?id=com.google.android.play.games
ps\the game has not yet been published publicly - that's why you can not rate it
https://play.google.com/store/apps/developer?id=razorback456
мій блог по гідерос https://simartinfo.blogspot.com
Слава Україні!
you need to remove the game, then open the link-what I provided, and click on the 'become a tester' button.
then you can install the beta version of the game.
https://play.google.com/apps/testing/info.simart.Cat
https://play.google.com/store/apps/developer?id=razorback456
мій блог по гідерос https://simartinfo.blogspot.com
Слава Україні!
https://play.google.com/store/apps/developer?id=razorback456
мій блог по гідерос https://simartinfo.blogspot.com
Слава Україні!
Likes: oleg
@oleg I am hijacking your post
Is it possible to change minimum supported android api in gideros?
Right now gideros supports android api 4.0 and above. I would like to target android 5.1 and above (because of harfbuzz not working on 4.4.4).
Thank you for your help. Peace.
Some Api Levels in the attachment. Hope it will help.
Name ,Andr.Ver, Api Level
Pie ,9.0, 28
Oreo ,8.1, 27
Oreo ,8.0, 26
Nougat ,7.1, 25
Nougat ,7.0, 24
Marshw. ,6.0, 23
Lollipop ,5.1, 22
Lollipop ,5.0, 21
Kitkat.W ,4.4W, 20
Kitkat ,4.4, 19
J.Bean ,4.3, 18
J.Bean ,4.2-4.2.2, 17
J.Bean ,4.1-4.1.1, 16
I.Crm.S ,4.0.3-4.0.4, 15
I.Crm.S ,4.0-4.0.2, 14
Likes: MoKaLux
I am afraid that does not work! This parameter refers to: I think I am looking for minSdkVersion.
and in the Gideros export settings 'Android Target version' -given 28
field - 'Android SDK version (optional)' - leave blank
ps\\
Android SDK version (optional)==minSdkVersion.
Likes: MoKaLux
https://play.google.com/store/apps/developer?id=razorback456
мій блог по гідерос https://simartinfo.blogspot.com
Слава Україні!
I will do it via android studio then.ps: ramabot = bot? Oh I misread you, so Android SDK version (optional)==minSdkVersion. I am going to try that.
I am trying to target android minimum version 21 (not 14 which is the gideros default value). I tried to do it this way in gideros studio:
see pic.
But that does not work. Google Play console gives:
see pic.
Can I do it inside gideros studio or do I need to do it via android studio?
Thank you for your help.