Open ragrum opened 10 months ago
Hi @ragrum
Our SDK is suggested to work with Cordova 10.1.1+. We don't support Cordova 9.
It seems that the above errors are not caused by the Cordova version. However, you still can't use dynamsoft-capture-vision-cordova@1.0.5
together with cordova-android@9.1.0
even if the errors are resolved.
The Android application consuming the
dynamsoft-capture-vision-cordova
plugin fails to build with the following error:We are building the Android app with this command:
bundle exec fastlane android build
.We are using
cordova-android@9.1.0
anddynamsoft-capture-vision-cordova@1.0.5
.Would you happen to know what's the issue here?