64bit is require by google play now. But the package built from the default android template did not support 64 bit yet.
The libs is already included, The works all we have to add 64 bit support is just add the following to the build.grade?
ndk {
abiFilters "armeabi", "armeabi-v7a","arm64-v8a", "x86", "x86_64", "mips"
}
Comments
abiFilters "armeabi-v7a", "arm64-v8a", "x86", "x86_64"
Don't bother with mips and armeabi...
Next Gideros will have 64bit enabled by default instead of opt-in.
Likes: keszegh, Xman, SinisterSoft
https://play.google.com/store/apps/developer?id=razorback456
мій блог по гідерос https://simartinfo.blogspot.com
Слава Україні!
Fragmenter - animated loop machine and IKONOMIKON - the memory game
according to the document https://developers.google.com/admob/android/quick-start#update_your_androidmanifestxml
the name com.google.android.gms.games.APP_ID in the ads.gplugin is a little confused, please check it.
Likes: MoKaLux
Technically, it does not change anything, but it's better to turn on extra libraries rather than turn off
By default it is necessary that the size of 'apk' was minimal
it will attract more newcomers
https://play.google.com/store/apps/developer?id=razorback456
мій блог по гідерос https://simartinfo.blogspot.com
Слава Україні!
Likes: MoKaLux, Apollo14
https://play.google.com/store/apps/developer?id=razorback456
мій блог по гідерос https://simartinfo.blogspot.com
Слава Україні!
however, i find it confusing that in the settings there are enable options and also some disable options. it would be much faster to understand the tickboxes if all of them would enable the corresponding thing. of course, some of these could be ticked by default.
Fragmenter - animated loop machine and IKONOMIKON - the memory game
Fragmenter - animated loop machine and IKONOMIKON - the memory game
Likes: Apollo14, SinisterSoft
Fragmenter - animated loop machine and IKONOMIKON - the memory game
And for beginners-the first time the gideros have been launched, one has to quickly make a prototype of the game and compile it to appreciate the advantages of the gideros.
Therefore, by default, the file must be compiled of a minimum size, and be compatible with the user's phone
I think: include the "requre" by default, when creating a new project-will be optimal for beginners
https://play.google.com/store/apps/developer?id=razorback456
мій блог по гідерос https://simartinfo.blogspot.com
Слава Україні!
It still remains the best way imho because it appears google, apple, etc have a habit of moving the goalposts every few months - so something 'hackable' like this is best.
https://deluxepixel.com
if compiled in AAB, then it is not necessary to divide
https://play.google.com/store/apps/developer?id=razorback456
мій блог по гідерос https://simartinfo.blogspot.com
Слава Україні!
and update this file at gideros https://github.com/gideros/gideros/blob/master/ui/Templates/APK.gexport
https://play.google.com/store/apps/developer?id=razorback456
мій блог по гідерос https://simartinfo.blogspot.com
Слава Україні!