码迷,mamicode.com
首页 >  
搜索关键字:gradle groovy插件    ( 3586个结果
Android Studio, gradle and NDK integration
With the recent changes (release 0.7.3 around Dec 27), the?new Android Build System?starts to be really interesting also if you are using the NDK! Now this is really easy to integrate native libr...
分类:移动开发   时间:2015-05-28 14:27:28    阅读次数:1017
谈一谈gradle 编译的 project report(持续更新中...)
首先,从使用上说,在build.gradle 中,添加? apply?plugin:?‘project-report‘ 实际上,project report 包含了以下的 task: dependencyReport htmlDependencyReport propertyReport taskReport projectReport...
分类:其他好文   时间:2015-05-28 12:47:51    阅读次数:323
Error type 3: Activity Class {...} dose not exist【解决方案】
android studio运行安卓程序的时候,安装成功之后,但是应用自动启动,必须手动启动,控制台报错:Error type 3: Activity Class {...} dose not exist 解决方法:我们需要辩解build.gradle 文件: 将:      apply plugin: 'android-library' 改为:      apply plugin: '...
分类:其他好文   时间:2015-05-27 10:23:23    阅读次数:136
mac上安装gradle
首先,先download最新版本的gradle,网址如下:http://www.gradle.org/get-started然后将下载下来的zip包放在你要安装的路径上,我安装在/usr/local/bin;然后打开电脑上的.bash_profile文件,输入以下命令:GRADLE_HOME=/us...
分类:系统相关   时间:2015-05-25 22:19:47    阅读次数:206
android-AdvancedRecyclerview
演示地址(需梯子): https://www.youtube.com/watch?feature=player_embedded&v=S7cSwMArjUQ今天主要使用这个库来实现RecyclerView 的左右滑动item 和 拖拽排序 Gradle配置compile 'com.android.support:recyclerview-v7:22.1.1' compile 'com.h6ah...
分类:移动开发   时间:2015-05-24 23:41:11    阅读次数:577
Gradle cookbook(转)
原文地址http://www.gradle.org/docs/current/userguide/installation.html4.1.Prerequisites先决条件Gradle依赖于JDK,需要已经安装好5.0(包括)以上的版本。虽然Gradle是基于Groovy配置的,但是不需要安装Gr...
分类:其他好文   时间:2015-05-24 14:14:22    阅读次数:762
Gradle入门系列(转)
Gradle是一种构建工具,它抛弃了基于XML的构建脚本,取而代之的是采用一种基于Groovy的内部领域特定语言。近期,Gradle获得了极大的关注,这也是我决定去研究Gradle的原因。这篇文章是Gradle教程的第一篇,我们有两个目标:1. 帮助我们学会安装Gradle。2. 介绍一些基本概念,...
分类:其他好文   时间:2015-05-24 01:20:17    阅读次数:275
Android Gradle配置
解决问题错误:Could not find the AndroidManifest.xml file, going up from path//打开appbuild.gradle文件加入以下代码/*** AA注解Apt配置*/apt { arguments { androidMa...
分类:移动开发   时间:2015-05-24 01:16:44    阅读次数:433
AndroidStudio1.1.0配置使用androidannotations
1:从GitHub上下载最新版androidannotations-api-3.3.1.jar2:新建Module:my-aa-test3:将androidannotations-api-3.3.1.jar拷贝到模块libs目录下面4:修改工程下面的build.gradle配置文件内容:主要增加了以...
分类:移动开发   时间:2015-05-24 00:05:45    阅读次数:177
android studio Unable to load class 'org.codehaus.groovy.runtime.typehandling.ShortTypeHandling'
今天导入之前的Android studio项目,出了一个很严重的Error,如下:Error:Unable to load class 'org.codehaus.groovy.runtime.typehandling.ShortTypeHandling'. Possible causes for this unexpected error include:Gradle's depe...
分类:移动开发   时间:2015-05-23 16:54:41    阅读次数:1481
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!