New App API Level 31 In Console

Google Play New Policy API Level 31 is Important To All New App. Please Update And Set API Level 31, Thankx

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

We’re working on the SDK update as well. There are a few components that doesn’t work properly in the latest sdk version. Bumping up the target sdk version is only a temporary fix but the actual sdk update is quite buggy and needs a lot of testing.

3 Likes

Which ones, for example?

I followed these steps but it did not work. I edited the apk file using the “APK Editor Tool” and then recompiled the apk but when I tried to install the apk on my phone then it showed an error as “There was a problem parsing the package.” Please help. Thank you

1 Like

As I said:

1 Like

Post the (full) Manifest.

1 Like

Thank you for your reply. I’m sending you the manifest in PM.

Hi, I sent you the full Manifest file and also the apk file through PM. Please check when you have time. Thank you

Okay, should I just edit those two highlighted "android:exported=“false” to "android:exported=“true” or should I edit all the "android:exported=“false” to "android:exported=“true” ? I was confused there. Can you please send me the edited working full Manifest file ? Thank you very much

As I already said:

Please read carefully.
I think, my guide is crystal clear. :wink:

1 Like

Okay I edited all the <activity ... > and <receiver ... > but still not working. I’m attaching the full edited Manifest file here. can you please check? Thank you
AndroidManifest.xml (18.1 KB)

For the last time:

Okay, thank you for your help but still it’s not working. I tried so many times.

Try not making mistakes for a change. :face_with_monocle::wink:

1 Like

This Video Will Help You In Change Api Level

2 Likes

Not Working … I Tried and its Show App is Damaged.

Can any one tell me? This is SDK 31 need for New Apps Upload or existing app Update??
Becz today I’m Update my existing app with no Errors happen…!

1 Like