darryncampbell-cordova-plugin-intent icon indicating copy to clipboard operation
darryncampbell-cordova-plugin-intent copied to clipboard

package android.support.v4.content does not exist

Open GBManish1 opened this issue 4 years ago • 3 comments

Error: "package android.support.* does not exist" This plugin has old android support dependencies instead of using the new AndroidX equivalent. Cannot add the plugin.

GBManish1 avatar Jan 13 '21 05:01 GBManish1

Which version of this Plugin are you using? AndroidX support did not work for everybody back when it was first implemented it so I did the following:

  • For Android X Support please use version >= 2.x.x
  • For Android Support Library please use version 1.3.x

darryncampbell avatar Jan 13 '21 07:01 darryncampbell

How can i download zip file for 1.3.0 version?

GBManish1 avatar Jan 13 '21 23:01 GBManish1

npm pack [email protected]

darryncampbell avatar Jan 14 '21 08:01 darryncampbell