@smappl wrote:
Hello guys. I have problem. How can I build apk with x86_64 support. Or how build project without x86, only for arm . In gradle prop - PROP_APP_ABI=armeabi-v7a:arm64-v8a . In Application mk - APP_ABI := armeabi-v7a arm64-v8a . But after build in apk there are lib for armeabi-v7a,arm64-v8a and x86 too. After when I publish APK on Google Play - I have message that this app don’t have 64 bit support. When I build project with this params armeabi-v7a:arm64-v8a:x86:x86_64 - I have error and cant compile for x86_64. Please help me.
Posts: 1
Participants: 1