Could not find CompressHelper-1.0.6.aar (com.github.nanchen2251:CompressHelper:1.0.6

cordova build android之后 用android studio运行时 突然报错

Could not find CompressHelper-1.0.6.aar (com.github.nanchen2251:CompressHelper:1.0.6

之前一直可以用的 很是纳闷 只记得gradle 不过升级了下
后来全局搜索了下CompressHelper 发现cordova-plugin-ImagePicker
有引用该插件 然后去查看
CompressHelper

dependencies {
	        implementation 'com.github.nanchen2251:CompressHelper:1.0.5'
	}

在该插件的step2提示并且并未更新版本 而 android studio却报CompressHelper:1.0.6
原来imagepicker.gradle 里配置了

   implementation 'com.github.nanchen2251:CompressHelper:1.0.+'

好吧 改回step2 运行ok

你可能感兴趣的:(Cordova,vue,cordova,es6,android,android,studio,gradle)