abdulkadhir commented on issue #790: Unable to install the plugin geofence URL: https://github.com/apache/cordova-android/issues/790#issuecomment-514489443 > That means you have have a plugin that defines a min sdk 16 which conflicts with cordova's requirement of min sdk of at least 19. > > Afraid to say but it now looks like you're starting to run into a rabbit hole of using out-dated/unmaintained plugins. > > Aside from requesting the plugin maintainers to update their plugins there isn't a whole lot of good options you can do. > > The last `cordova-android` version that used `min-sdk` 16 was version 6.x. You can try downgrading, but other things may break. > You can also try forcing cordova to use `min-sdk` 16 (see [cordova-android documentation](https://cordova.apache.org/docs/en/latest/guide/platforms/android/index.html#project-configuration)) but that could cause runtime failures that might be hard to catch, so that isn't recommended either. > > I took the liberty of adding all your plugins and forcing `min-sdk` to match, but it still does not build because of several native errors inside the `cordova-plugin-geofence` library. So you will either have to find a new geofence plugin that is up to date with maintenance, or you'll have to fork the library yourself and address the issues. after solving minsdk issue now o got the following error fier.java:10: error: cannot find symbol import android.support.v4.app.NotificationCompat; ^ symbol: class NotificationCompat location: package android.support.v4.app /Users/unique-creations/UC/gFence/platforms/android/app/src/main/java/com/cowbell/cordova/geofence/GeoNotificationNotifier.java:11: error: cannot find symbol import android.support.v4.app.TaskStackBuilder;
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
