I built an android app with Nativescript framework, I tried to upload my SDK to play store and am getting this error below
"Your app currently targets API level 25 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."
I have change the API LEVEL in AndroidManifest.xml but that doesn't seems to work, how can I fix this issue.
After changing the targetSdkVersion in AndroidManifest.xml make a clean rebuild to amek sure that the changes are applied in the Android project.
If the above is not working you could explicitly set the targetSdkVersion in your project's app.gradle file as done here
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With