引子
最近江湖流传一内存泄露检测的神奇-LeakCanary,于是笔者按耐不住激动的心情,想试一把。结果伤不起的,这个工程是gradle的,对于使用eclipse惯了的同学来说伤不起……不过笔者将其改造为eclipse工程了,github地址:https://github.com/cheyiliu/leakcanary/tree/leakcannary_eclipse_project
用法
下载该工...
分类:
其他好文 时间:
2015-05-20 09:43:58
阅读次数:
165
这是一个关于Gradle的学习系列,其中包含以下文章:Gradle快速入门创建Task的多种方法读懂Gradle语法增量式构建自定义Property使用java Plugin依赖管理构建多个Project自定义Task类型自定义Plugin请通过以下方式下载本系列文章的Github示例代码:git ...
分类:
其他好文 时间:
2015-05-20 00:26:54
阅读次数:
163
http://services.gradle.org/distributionsservices.gradle.org/distributions/gradle-2.2.1-rc-1-all.zip17-Nov-2014 10:12 +000056.00Mgradle-2.2.1-rc-1-bin....
分类:
其他好文 时间:
2015-05-20 00:23:24
阅读次数:
228
原文地址:http://rominirani.com/2014/07/28/gradle-tutorial-part-1-installation-setup/在这篇教程里,我们将主要讲解如何在我们自己的系统上安装、配置、原始版本的Gradle,并学习一些基本的Gradle命令行!Android S...
分类:
其他好文 时间:
2015-05-20 00:08:36
阅读次数:
105
转:How to switch off download gradle distribution?如何使用本地gradledistributionUrl=file\:///C:/Users/johndoe/downloads/gradle-2.1-all.zip
分类:
移动开发 时间:
2015-05-19 08:48:10
阅读次数:
215
http://segmentfault.com/a/1190000002464822http://www.cnblogs.com/youxilua/archive/2013/05/20/3087935.htmlhttp://www.cnblogs.com/youxilua/archive/2013/...
分类:
移动开发 时间:
2015-05-18 22:31:10
阅读次数:
126
在Mac os 10.10.2上编译vlc for android的时候,出现如下错误: $ sh compile.sh
*** No ANDROID_ABI defined architecture: using ARMv7
Downloading gradle
% Total % Received % Xferd Average Speed ...
分类:
移动开发 时间:
2015-05-18 16:57:08
阅读次数:
316
一、第一种错误:
错误日志大体是这样:The project is using an unsupported version of the Android Gradle plug-in
(0.9.2)
问题分析:从英文意思上看是说,你的工程正在使用不支持的gradle版本。是因为的androidStudio版本过高,对于低版本的gradle插件不再支持导致的。那问题怎么解决呢,Androi...
分类:
移动开发 时间:
2015-05-18 16:45:14
阅读次数:
176
1.Error:The project is using an unsupported version of the Android Gradle plug-in (0.12.2). The recommended version is 1.2.3. 2.Unable to load class 'org.codehaus.groovy.runtime.typehandling.ShortTypeHandlin...
分类:
移动开发 时间:
2015-05-18 16:40:19
阅读次数:
292
Android annotation官网:https://github.com/excilys/androidannotationsAndroid annotation官网中有提到在Gradle中要怎么配置:
https://github.com/excilys/androidannotations/wiki/Building-Project-Gradle我也是参考上面的配置的.我的配置如下,要配...
分类:
移动开发 时间:
2015-05-18 01:11:44
阅读次数:
574