how to Change my app's target API level from 23 to 26
问题 I have a problem when i try to upload my app to google play console and it is the API level that is must be 26 and my app is just developped with 23 version and now i don't know how to change this API version from 23 to 26 to make it works without errors. Help me please! 回答1: Steps: Go to File >Project Structure. select App Module in left panel select Flavour tab from the top menu tabs You can change the Min SDK version (In your case change Target SDK Version to 26 ) Click Ok Reference: http: