18
Views
3
Comments
Getting OS-MABS-PLG-50002 while generating a mobile app.

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


Screenshot 2025-05-27 162520.png
2025-07-28 06-45-20
Rupesh Patil
2025-02-01 08-24-49
Sathish Karunakaran

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.



2025-07-22 10-30-27
Mandar Deshpande

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.

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.