摘要: 报错信息如下:Gradle DSL method not found: 'google()'Possible causes:<ul><li>The project 'JustTest' may be using a version of the Android Gradle plug-in that 阅读全文
posted @ 2018-04-29 14:53 鸡毛落一地 阅读(32669) 评论(0) 推荐(0) 编辑
摘要: 1.将JAVA_HOME:的路径更改为1.7的相关路径,例如我的:C:\Java\jdk1.7.0_80 2.此时查看版本:Java -version,如果是1.8的版本,就把path路径下的%JAVA_HOME%\bin;%JAVA_HOME%\jre\bin;放到最前面,原因是因为你的电脑可能安 阅读全文
posted @ 2018-03-23 09:00 鸡毛落一地 阅读(781) 评论(0) 推荐(0) 编辑
摘要: 错误信息:Error:Execution failed for task ':app:compileDebugAidl'. > java.lang.IllegalStateException: aidl is missing from '/Users/renguodong/Library/Andro 阅读全文
posted @ 2018-01-07 15:28 鸡毛落一地 阅读(1918) 评论(0) 推荐(0) 编辑
摘要: http://www.cnblogs.com/travellife/p/Android-Notification-xiang-jie.html 阅读全文
posted @ 2017-06-01 16:04 鸡毛落一地 阅读(156) 评论(0) 推荐(0) 编辑
摘要: android studio中的资源文件命名是不能带有数字的,因为会与R类的资源ID起冲突,所以编译就发生了错误。 阅读全文
posted @ 2017-04-26 11:48 鸡毛落一地 阅读(277) 评论(0) 推荐(0) 编辑
摘要: 转载(https://my.oschina.net/u/1177694/blog/523922) 首先我们来看一段代码 上面这段低吗没有什么问题,但是在handler对象创建的时候却会报警告:This Handler class should be static or leaks might occ 阅读全文
posted @ 2017-04-18 14:39 鸡毛落一地 阅读(314) 评论(0) 推荐(0) 编辑
摘要: 报错信息 回想了下我更改的信息:删除了一些包,增加了一些包,删除了文件,增加了文件。 解决操作:先更新,然后提交试下,又报了以下错误 解决操作:右键项目,team->show tree conflicts->右键出错文件,点reslove 重新提交,问题解决。 阅读全文
posted @ 2017-04-07 18:00 鸡毛落一地 阅读(173) 评论(0) 推荐(0) 编辑
摘要: 因为AndroidStudio把versionCode和versionName的维护放到了build.gradle中。 阅读全文
posted @ 2017-04-05 16:55 鸡毛落一地 阅读(638) 评论(0) 推荐(0) 编辑
摘要: OkHttp的项目主页地址是:https://github.com/square/okhttp Overview HTTP is the way modern applications network. It’s how we exchange data & media. Doing HTTP ef 阅读全文
posted @ 2017-03-29 18:13 鸡毛落一地 阅读(618) 评论(0) 推荐(0) 编辑
摘要: 转载自(http://blog.csdn.net/shensky711/article/details/52771797 ) MockWebServer介绍 MockWebServer是square出品的跟随okhttp一起发布,用来Mock服务器行为的库。MockWebServer使用在单元测试中 阅读全文
posted @ 2017-03-29 17:40 鸡毛落一地 阅读(454) 评论(0) 推荐(0) 编辑