
Android
文章平均质量分 63
我为老师建博客
这个作者很懒,什么都没留下…
展开
-
2018.2.9 LayoutInflater详解
转载人家的博客 cnblogs原创 2018-02-09 12:05:08 · 178 阅读 · 0 评论 -
2018.2.1 Android Studio 2.2新建项目的bug
照着书上创建的Helloworld项目,但是无法运行,信息如下: Error:A problem occurred configuring project ':app'. > Could not resolve all dependencies for configuration ':app:_debugApkCopy'. > Could not find any versio原创 2018-02-01 01:35:31 · 438 阅读 · 0 评论 -
2018.2.7 添加v7:27.+依赖库:Error:Failed to resolve: com.android.support:appcompat-v7:27.+
第三章的recyclerViewTest项目 要使用RecylerView这个控件,要先在项目的build.gradle中添加相应的依赖库才行。如下: compile 'com.android.support:recyclerview-v7:26.+'(或其它版本v7:XXX) 不知道为什么,gradle会报错,而且之前可以运行的项目也有了bug: 临时解决办法: 修改a原创 2018-02-07 20:50:39 · 8490 阅读 · 0 评论