You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This issue still exists when using cordova-android 5.x and associated Android SDK Tools 23.x or 24.x. It can be easily fixed by changing NativeSettings.java file to use 25 instead of Build.VERSION_CODES.N_MR1
Alternatively, make sure Android Platform SDK 26 is installed and edit platforms/android/project.properties file and set: target=android-26
ionic 1.7.16
node v6.14.1
npm 3.10.10
android ~5.0.0
if(android.os.Build.VERSION.SDK_INT > Build.VERSION_CODES.N_MR1){
^
The text was updated successfully, but these errors were encountered: