raphinesse commented on issue #868:
URL: https://github.com/apache/cordova-lib/issues/868#issuecomment-866719411


   Could you please check if passing the option `save: true` solves your issue?
   
   ```js
   await cordova.plugin('add', 'cordova-plugin-device', { save: true });
   await cordova.plugin('add', 'cordova-plugin-androidx-adapter', { save: true 
});
   await cordova.platform('add', 'android', { save: true });
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to