abdulkadhir commented on issue #790: Unable to install the plugin geofence URL: https://github.com/apache/cordova-android/issues/790#issuecomment-514184064 > There is also nothing here that suggest the plugin is actually failling to install. > > > Installing "cordova-plugin-compat" for android > > Plugin doesn't support this project's cordova-android version. cordova-android: 7.1.4, failed version requirement: > > <6.3.0 > > Skipping 'cordova-plugin-compat' for android > > What this means that you have at least 1 plugin that depends on `cordova-plugin-compat`, but it is only necessary to have if you are using `cordova-android` < 6.3.0. Because you are using version 7.1.4, you don't need the `cordova-plugin-compat` library, therefore it just skips installing that plugin. The plugin that depends on this library should still work fine for as long as you're using `cordova-android` >= 6.3.0 But build is not happening.
---------------------------------------------------------------- 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]
