Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

App must target Android 14 (API level 34) or higher is showing even after update to API level 34

I updated the target API level (targetsdkversion) of the project from 33 to 34.
The build process was successful.
Then I got some problems with the upload of the app bundle.

Warning Message
The error message is still showing after updates in inbox. Warning message

Error Message in inbox Error message

Active bundle
I found that there is a bundle (my first build) showing Active, is it creating a problem?

Is this creating issues

like image 699
SAMIUL BASIR Avatar asked Sep 02 '25 01:09

SAMIUL BASIR


1 Answers

First, I updated to

targetSdkVersion 34  
compileSdkVersion 34

but I still got the same error.

Then I checked my open, closed, and internal testing.

I discovered an app bundle with targetsdk 33 in Internal testing.

I replaced it with the latest one, then after 24 hours I got an Inbox message that it was solved.

like image 131
SAMIUL BASIR Avatar answered Sep 08 '25 19:09

SAMIUL BASIR