AndroidStudio中Gradle版本不对产生的问题

2019-05-03  本文已影响0人  Jaxh

今天尝试接微信SDK,下载官方Demo后打开发现如下错误:

ERROR: Failed to open zip file.
Gradle's dependency cache may be corrupt (this sometimes occurs after a network connection timeout.)

百度之后了解到是工程中Gradle版本不对,找到如下解决办法:



完事发现提示升级Gradle版本


Update.png

点击之后发现出问题了


error.png

然后回去重新设置成默认gradle(Use default gradle wrapper);


default.png

还是有问题,提示不能在minafest文件申明minSdk

ERROR: The minSdk version should not be declared in the android manifest file. You can move the version from the manifest to the defaultConfig in the build.gradle file.
Remove minSdkVersion and sync project
Affected Modules: app

然后在文件中注释掉了这一句,没问题了


Manifest
上一篇下一篇

猜你喜欢

热点阅读