
Android
ACTIM__
ACTIM
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Android Studio 预览xml布局视图时一片空白的解决办法
通过检索发现造成这个问题的原因是:buildToolsVersion版本和compileSdkVersion版本不一致;解决方法:更新adt版本;更简单的方法:修改style.xml文件修改parent,在Theme前加Base.:...原创 2018-08-20 18:22:28 · 3447 阅读 · 5 评论 -
AndroidStudio安装配置教程
转载请注明出处:http://blog.youkuaiyun.com/m0_37240709/article/details/76069176一、简介Android Studio作为Google推荐的安卓开发第一利器,为绝大多数安卓开发人员钟爱。那要怎样对AS进行安装和配置呢?下面小...转载 2018-08-20 18:29:54 · 302 阅读 · 1 评论 -
错误:This view is not constrained. 解决方法
错误:This view is not constrained. It only has designtime positions, so it will jump to (0,0) at runtime unless you add the constraints只需原创 2018-08-20 18:39:57 · 27319 阅读 · 6 评论