cancel
Showing results for 
Search instead for 
Did you mean: 

Webide Full Stack add custom plugins to Custom Fiori Client project

0 Kudos

I need to add a cordova plugin named cordova-plugin-bluetooth-serial in my project but its not available in the list of plugins provided by webide. Is there anyway to add custom plugins in the generated apk?

Accepted Solutions (0)

Answers (2)

Answers (2)

LudoNoens
Product and Topic Expert
Product and Topic Expert

Hi Sagar,

Currently the list of plugins visible in SAP Web IDE filters plugins for which the plugin metadata does not contain a repository link. We realise this is filtering out a number of useful plugins. This will be fixed in a release scheduled later this month.

As a temporary workaround (which admittedly is more troublesome), you could do the following:

1. Build the app with the option to save the project on our Cloud Build Service.

2. Download the Android Studio project and expand it.

3. Manually add the plugin to the Android Studio project using the cli.

4. Open the project in Android Studio and rebuild locally.

Thanks,
Ludo

0 Kudos

Kapsel plugins are unavailable, Custom plugin add option is not available. Now we are not prefering cloud since common usecases cannot be solved.

LudoNoens
Product and Topic Expert
Product and Topic Expert
0 Kudos

We are planning a new release of HAT, to be available next week, which allows you to select and unselect Kapsel plugins.

Custom plugins are not supported. If you need this, I recommend using a local development environment.