You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by GitBox <gi...@apache.org> on 2019/07/23 14:21:07 UTC

[GitHub] [cordova-android] breautek edited a comment on issue #790: Unable to install the plugin geofence

breautek edited a comment on issue #790: Unable to install the plugin geofence
URL: https://github.com/apache/cordova-android/issues/790#issuecomment-514223832
 
 
   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.

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org