码迷,mamicode.com
首页 >  
搜索关键字:gradle 文档翻译    ( 4187个结果
spring5源码解读
环境: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源码-可参考的资料
剑指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
flutter 卡在Running Gradle task 'assembleDebug'...
Android项目运行时出错 卡在Initializing gradle… 运行时会卡在Initializing gradle..., 此时因为Android项目会用到Gradle, 如果没有FQ,下载速度会非常慢, 此时我们可以在项目中的android/gradle/wrapper/gradle- ...
分类:其他好文   时间:2019-09-03 22:33:28    阅读次数:475
Could not find any version that matches com.android.support:appcompat-v7:29.+.
今天在使用AndroidStudio新建一个项目工程的时候,我勾选了以往没有勾选下图选项: 然后就出现一个异常如下: 解决方案是只需要修改一下APP里面的Gradle: 修改之后再点击右上角的“Try Again”就行了。 ...
分类:移动开发   时间:2019-09-02 23:33:53    阅读次数:146
第36月第1天 Android开发
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中央仓库,加快jar包下载速度
打开gradle项目的build.gradle文件 找到repositories,注释掉mavenCentral(),使用阿里云的仓库地址 repositories { //mavenCentral() maven { url 'http://maven.aliyun.com/nexus/conte ...
分类:编程语言   时间:2019-09-01 01:33:36    阅读次数:177
gradle clean can't delete file on Windows
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 ...
分类:Windows程序   时间:2019-08-31 12:35:49    阅读次数:117
gradle配置国内阿里云镜像
对单个项目生效,在项目中的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
打包APK出现org.gradle.api.tasks.TaskExecutionException: Execution failed for task ':app:lintVitalRelease'.
AndroidS Studio打包APK时出现问题:org.gradle.api.tasks.TaskExecutionException: Execution failed for task ':app:lintVitalRelease'. 什么意思?任务':app:lintVitalReleas ...
分类:移动开发   时间:2019-08-30 23:21:22    阅读次数:115
cocoscreator构建的android工程报错
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
4187条   上一页 1 ... 40 41 42 43 44 ... 419 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!