How to change your app's target API using flash CS6
Clash Royale CLAN TAG #URR8PPP How to change your app's target API using flash CS6 I tried uploading APK to google play but get this error: Your app currently targets API level 21 and must target at least API level 26 to ensure it is built on the latest APIs optimized for security and performance. Change your app's target API level to at least 26 How would one change the API level in Flash CS6? So if you really insist on using CS6 you may need to manually download and place the SDK in the folder within the CS6's installation directory. – quantomworks Aug 6 at 5:39 2 Answers 2 To specify an Android target SDK for your Adobe AIR Android application you need to add the uses-sdk node to your manifest additions in your application descriptor. uses-sdk You can add any of the values below. Normally we specify a target and a minimum version in our applications (however you can also add a maxSdkVersion option if you need it). maxSdkVersion <android> <ma...