I am migrating to an app bundle and am having trouble.
My app uses the armeabi-v7a ABI. This ABI works on both arm and arm64 phones when built as an apk.
When using an app bundle, armeabi-v7a is not included in the generated APK...even though the device is able to support it.
The app I am talking about uses vuforia & unity for AR, but it is integrated into a normal android app (exported from unity).
The arm64 ABI is very problematic (vuforia has trouble with it), so I cannot use it.
IS there a way to force include armeabi-v7a in all generated APKs?