Quick Links: Download Gideros Studio | Gideros Documentation | Gideros Development Center | Gideros community chat | DONATE
64 bit support for android? — Gideros Forum

64 bit support for android?

XmanXman Member
edited May 2019 in Bugs and issues
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

Sign In or Register to comment.