My apk targeting api 29 is not working on andriod 8.1.0

Hello

You’re getting min API and target API mixed up. Min API is the lowest API level your app can run on, whereas target API is the level it was built for. Both are independent parameters.

We automatically set the target API to level 29 so you can publish your app to the Play Store regardless of the min API

8 Likes