Search code examples
androidapkgoogle-play-consoleandroid-12

Can not install app in android version 12?


I've installed Android 12 this morning and am getting an error when trying to install the Look Prior app. Checking in to see if anyone saw similar error messages and have any probable fixes. Thanks for the help


Solution

  • You are not updated your targetLevelSdk to 31 and complieSdk to 31 in project . So you facing this issues because your application which have on playStore is not targetting Android 12.