32bits and 64bits split into two APK(s) 3.17

Hi everyone! Anyone here able to successfully split 32bits and 64bits into two APK(s) with 3.17? We can’t seem to find any good guidance from forum search.

Much thanks!

I recommend you to use the App Bundle.

Write the following settings in gradle.properties and generate an App Bundle.
PROP_APP_ABI = armeabi-v7a: arm64-v8a

When you upload the App Bundle, Google Play will automatically generate 32bit and 64bit apks.

2 Likes

This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.