cordova-plugin-background-mode icon indicating copy to clipboard operation
cordova-plugin-background-mode copied to clipboard

Faild to install plugin, invalid version: android-S

Open willemjanvankranenburg opened this issue 3 years ago • 1 comments

While trying to add cordova-android platform I get the following error: image

The versions I use are:

  • cordova-plugin-background-mode: 0.7.3
  • node: 12.20.2 x64
  • @ionic/cli: 6.13.1
  • cordova-android: 8.1.0
  • cordova: 9.0.0
  • cordova-res: 0.15.3

The command I'm running is: cordova platform add android --verbose

willemjanvankranenburg avatar Mar 01 '21 09:03 willemjanvankranenburg

While trying to add cordova-android platform I get the following error: image

The versions I use are:

  • cordova-plugin-background-mode: 0.7.3
  • node: 12.20.2 x64
  • @ionic/cli: 6.13.1
  • cordova-android: 8.1.0
  • cordova: 9.0.0
  • cordova-res: 0.15.3

The command I'm running is: cordova platform add android --verbose

Hi, try using this plugin https://bitbucket.org/TheBosZ/cordova-plugin-run-in-background/src/master/. It's a fork of this project.

jeffersonveloso avatar Mar 16 '21 17:03 jeffersonveloso