Android
romaticxiaoyu
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Android本地版本号查找
1.android版本号: build/core/version_defaults.mk 2.kernel版本号: kernel/common/Makefile原创 2011-08-05 09:45:59 · 815 阅读 · 0 评论 -
android资源
1.android 官方源码网址: http://android.git.kernel.org/ 2.android 开发者官方网站 http://developer.android.com/index.html原创 2011-08-05 09:54:08 · 544 阅读 · 0 评论 -
编译输出log
android的官方代码默认不输出log,因此只能在编译的时候,自己添加参数,make 的时候,后面跟以下参数: 2>&1 | tee ./BuildLog.txt原创 2011-08-05 10:05:36 · 1186 阅读 · 0 评论 -
ERROR/MapActivity(258): Couldn't get connection factory client
今天在调用google地图的时候,发现不显示地图数据,报以上错误,已经申请了apiKey。后在官方文档中看到答案: For instructions, read Obtaining a Maps API Key. For the purpose of this tutorial, you should register with the SDK debug certificate, wh原创 2011-11-19 07:01:26 · 2599 阅读 · 1 评论 -
android xml 布局错误
最近重新安装了下android开发环境,发现在调整页面的时候 ,老是报以下错误,导致无法静态显示ui效果。 Missing styles. Is the correct theme chosen for this layout? Use the Theme combo box above the layout to choose a different layout, or fix the t原创 2012-02-08 10:28:23 · 54323 阅读 · 27 评论
分享