Hi,I am facing some difficulty while generating one android application. It is giving me this OS-MABS-PLG-50002. Is there anything I am missing? I have attached the screenshot of extensibility configuration used. The link for this problem's solution from OS: https://success.outsystems.com/support/errors/mabs_errors/os_mabs_plg_50002/Need help to resolve this.Thanks
hi @Abhishek Garg
You can check this link:
https://www.outsystems.com/forums/discussion/88690/os-mabs-plg-50003-error-outsystems/
I hope this helps
Thanks
Hi Abhishek,
I hope you're doing well.
I came across an issue with your Cordova plugin cordova-plugin-igloo during the build process. Upon reviewing the plugin.xml file, I noticed that the following line appears twice:
<source-file src="src/android/IglooPlugin.java" target-dir="src/com/igloo/plugin" />
This duplication causes the build to fail, as Cordova attempts to copy the same file to the same location more than once.
To resolve the issue, please remove one of the duplicate entries.
Hi @Abhishek Garg
The most likely root cause, based on your screenshot here seems: Incorrect Bluetooth plugin name or outdated plugin not compatible with your MABS version. Please check.