Open mival opened 3 years ago
While trying to update an application so that it runs on Android 11, I've encountered the same issue.
With cordova-android 10.x this plugin is no longer required, but somehow corber relies on it to be present (even when it's not installed).
Is there a way to use corber with cordova-android
10.x or later?
@bummzack my solution was remove plugin dependency from corber validator. After that corber builds and works still fine
@mival Any pointers how to do that? I can't seem to find that corber validator anywhere…
@bummzack validator is added in https://github.com/isleofcode/corber/blob/master/lib/targets/cordova/target.js#L51. So if you comment .push
out, it should work
Plugin cordova-plugin-whitelist is not longer compatible with android platform
but corber validator still require it.