This is great.
Since I build on a VM I copied
<project>/.buildozer/android/platform/build-arm64-v8a/dists/<app_name>__arm64-v8a/
to a desktop that has Android Studio installed. Then File->Open
<app_name>__arm64-v8a
Since I was on a different platform Android Studio told me the SDK tools path was wrong, Fix? yes
I had to edit
<app_name>__arm64-v8/build.gradle to change BuildToolsVersion 31.0.0-rc2 to 31.0.0.rc3
Android Studio suggested I update the Grade plugin to 4.2.0
I used Gradle 6.7.1
I took the unsigned .aab path:
Build -> Build Bundles(s)/APK(s) -> Build Bundles(s)
I got
<app_name>__arm64-v8a/build/outputs/bundle/debug/<app_name>__arm64-v8a-debug.aab
Success!
Do you have any ideas about how to build a .aab containing two architectures?
The difficult seems to me to be that private.mp3 is under src, so not in an architecture specific location, any ideas?