Getting error while generating the Android build due to dependency "cordova-plugin-compat"
Build failed with the following error: Couldn't install the Cordova plugin cordova-plugin-ble-central because the plugin dependency cordova-plugin-compat doesn't support this Cordova version.
Please refer error log for full trace of error.
Thanks,
Siva
This errors indicate that cordova version which you are using to build your application is different than used in BLE plugin. BLE plugin don't support used cordova version. For this while generating the mobile application you can change the MBAS version in service center as per compatibility with BLE plugin. Or you can also check that above plugin is available with latest version. If yes, then use that.
regards
Hi, I've got the same problem. Siva, has the problem been solved for you? Otherwise - how do I check if there is a compatible version of the BLE Plugin for my Cordova version?