11 2015 档案

摘要:Android Studio 1.0 已经放出来了,以后的Android平台开发激昂逐步从Eclipse向Android Studio迁移,为了能不落伍我也特意从Google下载了Android Studio的安装包,并且兴高采烈地创建了我的第一个android项目。但是当运行的时候就他么悲催了。e... 阅读全文

posted @ 2015-11-26 09:55 zonghu 阅读(1406) 评论(0) 推荐(0)

摘要:http://tools.android-studio.org/index.php/85-tools/110-androidsdk-mirrors 阅读全文

posted @ 2015-11-26 00:47 zonghu 阅读(320) 评论(0) 推荐(0)

摘要:cvs报错问题汇总1. Q:CVS提交文件的一个问题,如果版本不一致,会出现如下情况:cvs commit: sticky tag `1.2' for file `abc.c' is not a branchcvs [commit aborted]: correct above errors fir... 阅读全文

posted @ 2015-11-25 18:19 zonghu 阅读(1564) 评论(0) 推荐(0)

摘要:比较长,如何查找不方便的话,用查找“CTRL+F”吧## Simplified Chinese translation for subversion package# This file is distributed under the same license as the subversion ... 阅读全文

posted @ 2015-11-25 18:16 zonghu 阅读(1524) 评论(0) 推荐(0)

摘要:http://www.android100.org/ 阅读全文

posted @ 2015-11-23 16:36 zonghu 阅读(277) 评论(0) 推荐(0)

摘要:Android横竖屏要解决的问题应该就两个:一.布局问题二.重新载入问题1.布局问题:如果不想让软件在横竖屏之间切换,最简单的办法就是在项目的AndroidManifest.xml中找到你所指定的activity中加上android:screenOrientation属性,他有以下几个参数:"uns... 阅读全文

posted @ 2015-11-23 16:35 zonghu 阅读(2697) 评论(0) 推荐(0)

摘要:检查是否编译了项目。Android studio有时候没有编译就会报出没有R文件的错误。2检查带代码中包名是否正确。有时候从其他地方复制代码过来时连带了包名,也会报出R文件找不到。3检查布局文件是否有语法错误。布局文件有语言错误时也会导致R文件错误。4软件抽风了,重建项目试试。5另外可能很多人不知道... 阅读全文

posted @ 2015-11-06 15:49 zonghu 阅读(7995) 评论(1) 推荐(0)

导航