码迷,mamicode.com
首页 > 其他好文 > 详细

ionic2 打包时报错 file-opener2

时间:2017-04-28 16:07:24      阅读:1100      评论:0      收藏:0      [点我收藏+]

标签:build   class   没有   port   occurred   blank   ati   not   ring   

在app自动更新过程中,有用到ionic-native插件:cordova-plugin-file-openner2    添加插件后,打包时有错:

FAILURE: Build failed with an exception.

* What went wrong:
A problem occurred configuring root project ‘android‘.
> Could not resolve all dependencies for configuration ‘:_debugCompile‘.
> Could not find any version that matches com.android.support:support-v4:+.
Searched in the following locations:
https://repo1.maven.org/maven2/com/android/support/support-v4/maven-metadata.xml
https://repo1.maven.org/maven2/com/android/support/support-v4/
Required by:
:android:unspecified

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.

通过一番查询,可能是插件版本问题;

在这儿发现了解决办法-------->

http://stackoverflow.com/questions/42087247/phonegap-android-build-error-old-versions-and-plugins


好,于是就在 config.xml中做了如下更改:

改之前:

<plugin name="cordova-plugin-file-opener2" spec="~2.0.15" />
改之后(如果没有就添加打包的时候 项目会自动添加):
<plugin name="cordova-plugin-file-opener2" spec="1.0.11" />
好吧----这就可以用了 打包成功!!

 总结:自己太菜!

ionic2 打包时报错 file-opener2

标签:build   class   没有   port   occurred   blank   ati   not   ring   

原文地址:http://www.cnblogs.com/babuge/p/6781217.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!