环境:jdk1.8以上 1. 下载:https://github.com/spring-projects/spring-framework/archive/v5.0.2.RELEASE.zip 2. gradle下载:(spring5官方推荐下载gradle4.0) https://gradle.o ...
分类:
编程语言 时间:
2019-09-05 18:57:32
阅读次数:
98
剑指Spring源码(二) https://www.cnblogs.com/codebear/p/10374261.html 使用idea和gradle编译spring5源码https://blog.csdn.net/baomw/article/details/83956300 介绍这两篇文章的,是 ...
分类:
编程语言 时间:
2019-09-04 00:37:50
阅读次数:
112
Android项目运行时出错 卡在Initializing gradle… 运行时会卡在Initializing gradle..., 此时因为Android项目会用到Gradle, 如果没有FQ,下载速度会非常慢, 此时我们可以在项目中的android/gradle/wrapper/gradle- ...
分类:
其他好文 时间:
2019-09-03 22:33:28
阅读次数:
475
今天在使用AndroidStudio新建一个项目工程的时候,我勾选了以往没有勾选下图选项: 然后就出现一个异常如下: 解决方案是只需要修改一下APP里面的Gradle: 修改之后再点击右上角的“Try Again”就行了。 ...
分类:
移动开发 时间:
2019-09-02 23:33:53
阅读次数:
146
1. adb connect 127.0.0.1:21503 模拟器 https://download.microvirt.com/download/XYAZ-Setup-6.5.0-ha33c97b6d.exe gradle maven{ url 'http://maven.aliyun.com/ ...
分类:
移动开发 时间:
2019-09-01 13:06:35
阅读次数:
166
打开gradle项目的build.gradle文件 找到repositories,注释掉mavenCentral(),使用阿里云的仓库地址 repositories { //mavenCentral() maven { url 'http://maven.aliyun.com/nexus/conte ...
分类:
编程语言 时间:
2019-09-01 01:33:36
阅读次数:
177
Every now and again I run into a problem where cleaning my Android build folder just doesn't work. You can use File Explorer, gradle, even WSL with a ...
对单个项目生效,在项目中的build.gradle修改内容 buildscript { repositories { maven { url 'http://maven.aliyun.com/nexus/content/groups/public/' } maven{ url 'http://mav ...
分类:
其他好文 时间:
2019-08-31 10:55:27
阅读次数:
2331
AndroidS Studio打包APK时出现问题:org.gradle.api.tasks.TaskExecutionException: Execution failed for task ':app:lintVitalRelease'. 什么意思?任务':app:lintVitalReleas ...
分类:
移动开发 时间:
2019-08-30 23:21:22
阅读次数:
115
Error:The module ‘libcocos2dx‘ is an Android project without build variants, and cannot be built. Please fix the module’s configuration in the build.gradle file and sync the project again.
分类:
移动开发 时间:
2019-08-30 17:28:46
阅读次数:
310