78
Views
2
Comments
Solved
[Pushwoosh Plugin] I can't generate Android App in MABS 9
pushwoosh-plugin
Mobile icon
Forge asset by Pushwoosh
Application Type
Mobile

Hello time,

We recently tried to update some components of our mobile app to generate the application in MABS version 9.0, but during the process, we received the error OS-MABS-GEN-50000 and when we contacted Outsystems support we received the following response:


"By opening the source code, and specifically the mentioned build.gradle at the problematic 117 line:


It refers to the Pushwhoosh plugin. 
There are some incompatibilities.
 
We understand that the last version of the plugin was released on March 2022 in the forge.
 
But as this is not an OutSystems supported component, we highly recommend to reach the developer of the plugin to get their insights and understand why Cordova could fail when building the application.
 
Attached, the service log and the build.gradle."
 

I also tried to generate in MABS 8 and was unsuccessful. Does anyone know how I resolve this?

- Udney

2024-04-02 13-23-43
Gonçalo Ferraria
Champion
Solution

Hi Udney,

Analyzing the error detail you need to change the Cordova plugin according the following steps:

1. Download for your computer the git plugin located on  

2. Change the following file:

Original

Fixed:

3. Compress the plugin folder and include as a resource:

4. Point in the extensibility configuration to the resource.

To finish, refresh the references and generate the app.

Must be work!

Thank you.

UserImage.jpg
Anderson Davi

Hi team,

The same problem occurs with us!

2024-04-02 13-23-43
Gonçalo Ferraria
Champion
Solution

Hi Udney,

Analyzing the error detail you need to change the Cordova plugin according the following steps:

1. Download for your computer the git plugin located on  

2. Change the following file:

Original

Fixed:

3. Compress the plugin folder and include as a resource:

4. Point in the extensibility configuration to the resource.

To finish, refresh the references and generate the app.

Must be work!

Thank you.

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