To reproduce this project must be built as an android bundle:
flutter build appbundleNew app should be installed as an bundle-part with bundle tool:
- Build apk from bundle:
java -jar bundletool-all-1.18.1.jar build-apks --local-testing --bundle=build/app/outputs/bundle/debug/app-debug.aab --output=apps.apks --overwrite- Install with bundletool:
java -jar bundletool-all-1.18.1.jar install-apks --apks=apps.apks