I was trying to add "cordova-plugin-zeroconf" plugin to OutsystemsNow project for Android:
? Outsystems cordova plugin add cordova-plugin-zeroconf
But this gives an error:
Fetching plugin "cordova-plugin-zeroconf" via npm
? Outsystems cordova plugin add cordova-plugin-zeroconf
But this gives an error:
Fetching plugin "cordova-plugin-zeroconf" via npm
Installing "cordova-plugin-zeroconf" for android
Error during processing of action! Attempting to revert...
Error: Uh oh!
"/OutSystemsNow-Android-master/outsystems-app-android/Outsystems/plugins/cordova-sqlite-storage/src/android/libs/arm64-v8a/libsqlc-native-driver.so" not found!
If I try to run project after this error I have "build failed" with 37 errors like this:
Error:(13, 29) No resource found that matches the given name (at 'background' with value '@color/divider_color').
Is there any incoptability with some plugins or additional steps are requered?
Thank you.