Open lovyliu opened 6 years ago
this plugin its working using cordova without ionic.
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){ ^