Android Question Niveau API

FerGeoRi

Active Member
Licensed User
Longtime User
Bonjour à tous.
Lorsque je consulte l'état de mes applications dans Google Play Console, un message apparait, me demandant de mettre à jour le niveau API vers Android 15.

Je me suis empressé de faire en mettant dans le Manifest Editor la ligne suivante :
<uses-sdk android:minSdkVersion="21" android:targetSdkVersion="35"/>

Mais le message apparait toujours.
Est ce que je n'ai pas fait ce qu'il fallait !!

Un grand merci pour vos réponses.
Cordialement.
FerGeoRi



Hello everyone.
When I check the status of my applications in Google Play Console, a message appears asking me to update the API level to Android 15.

I hastened to do so by putting the following line in the Manifest Editor:
<uses-sdk android:minSdkVersion="21" android:targetSdkVersion="35"/>

But the message still appears.
Have I done the wrong thing?

Many thanks for your answers.
All the best.
FerGeoRi
 

DonManfred

Expert
Licensed User
Longtime User
Only changing targetsdk to 35 is probably not enough.

See this thread: https://www.b4x.com/android/forum/threads/android-jar-targetsdkversion-minsdkversion.87610/
All the mentioned things/restriction need to be considered/implemented in your app. Don´t know what you had as targetsdk in the past in your app before you set it to 35?!

Note that you need to submid the changes in your app to google and google needs some time to check your app.

If your app is crashing you should start checking why the app crashes and then fix the problems one by one.
 
Upvote 0
Top