Android Question How to target API level 27?

cenyu

Active Member
Licensed User
Longtime User
Hello friends,
Google Play will require that new apps target at least Android 8.0 (API level 26) from August 2018, and that app updates target Android 8.0 from November 2018.
I have an app into Google.play with api level 21. But when chack in Paths configuration i see that my android.jar is verion 27. Why then my api level is 21 and how to target API level 27?

Thanks!
 

DonManfred

Expert
Licensed User
Longtime User
Upvote 0

DonManfred

Expert
Licensed User
Longtime User
Why then my api level is 21 and how to target API level 27?
Change the targetsdk in the manifest....
Make sure to check above Links FIRST... The first link describes clearly what the targetsdk means and where to set
 
Upvote 0
Top