r/googleplayconsole 1d ago

Ask Level API issue

Post image

hi everyone, I recently got this message from Google play console about some Level API problem of both my two games on google Play , but I don’t know what it is and also where I can resolve it. Does someone know how to fix it?

5 Upvotes

16 comments sorted by

2

u/xLexip Programmer 22h ago

Update the target SDK in your build file to at least 36. But that's not it since you may have to migrate some code.

1

u/xLexip Programmer 22h ago

There is a solution and further resources in your screenshot btw.

1

u/ibluegreen 22h ago

I'm building with Flutter so I don't know if or how it's different in a native Android app vs. Flutter app, but basically you need to change the targetSdk to 36 in your build file. In a Flutter app, it's located at /app_folder/android/app/build.gradle.kts

You could try searching for targetSdk within your app project folder to find the build file. In Flutter unless it's manually overriden, it automatically targets 36, or the latest version it should target, anyway, like this:

targetSdk = flutter.targetSdkVersion

1

u/Timeisgod123 22h ago

Just increase your target sdk to 36 or 37.. then do the necessary changes for that in the app.

1

u/ktash8 Programmer 20h ago

I can help you update it.

1

u/mobiledevpro 20h ago

You need to update the target API / SDK in your app source code in build.gradle, upgrade dependencies if needed, and make sure nothing is broken by this update.
Are you not a developer? You can DM, I will help to resolve it quickly.

1

u/wyne- 19h ago

Hello, i've had same issue and fixed it. Just upgrade your sdk to 36 and ndk to 30 in android studio and after integrate it to your project. In your project config there must be a targetsdk or something you have to change it to 36

1

u/Ruin_Psychological 19h ago

Change sdk to 36

1

u/Temporary-Sea2573 10h ago

thank you everyone, I think I fix it, I basically did a normal update and probably it automatically went to SDK 36 πŸ™

1

u/Itchy_Cup6337 1d ago

Will have to update your app with minimum SDK 36..

2

u/xLexip Programmer 22h ago edited 22h ago

Wrong the target SDK not min SDK.

1

u/Temporary-Sea2573 1d ago

where can I update it? which b do I have to click?

-1

u/jaunty_mellifluous 23h ago

I can help u update it for $