Search code examples
androidkotlinversioningtargetsdkversion

This app is incompatible with your device after change targetSdkVersion from 28 to 29


I suffer a lot about this, My previous app has targetSdkVersion 28 but now I changed it to targetSdkVersion 29 due to Google Play requirement.

It works well when I install it directly from AS to my phone, and it works too when I share the APK. But after I upload it to Play Store, there is no device supported with this version.

I appreciate your help, thank you

enter image description here enter image description here


Solution

  • Finally, I can solve this issue. The problem is in the manifest file. There is a line I should remove. I should remove camera2 in the manifest file.

    Just it, and now my app is on play store. Thank you guys