New App API Level 31 In Console

Wait for the next update that targets SDK 31.
I think Niotron is waiting for AI2 to do it first. Neither AI2 nor Kodular have done so yet.

You can also do it manually, but that’s not really an easy solution: :wink:

  1. Build the APK.
  2. Decompile it.
  3. Edit the Manifest and add
    android:exported="true"
    to each <activity ... > and <receiver ... >.
  4. Set targetSdkVersion = 31.
  5. Recompile it.
  6. Check if the app (APK) can be installed on your test devices.
  7. If so, convert the APK to AAB: Convert APK TO AAB File
    (otherwise check if you missed to add android:exported="true" to every <activity> and <receiver> and continue with step 4).
8 Likes