-
Notifications
You must be signed in to change notification settings - Fork 87
Open
Labels

Description
Using the current toolchain ist's not possible to upload an app to goole play any more.
It is possible to compie a working app for ANDROIDAPI=34 when you use
./sdkmanager "platform-tools"
./sdkmanager "build-tools;28.0.2"
./sdkmanager "ndk;26.1.10909125"
./sdkmanager "extras;android;m2repository"
./sdkmanager "platforms;android-34"
You need to convert the APK to an AAB to upload the app to goole play.
The created app (any demo app will do) works in the emulator and on real devices, but after uploading to google play the app is rejected after some days due to being not responsive.
I'm feeling like this is the end of line for the current build system :(