Android
zhuxiongxian
这个作者很懒,什么都没留下…
展开
-
将eclipse新建项目的默认编码GBK改为UTF-8
在eclipse下: 新建项目默认编码设置:Window->Preferences->General->Workspace->Text file encoding 将其改为UFT-8即可, 最后点“OK”保存退出即可。 新建文件默认编码设置:如.html, .jsp, .php, .java文件,Window->Preferences->General->Content Typ原创 2014-03-15 16:41:16 · 3938 阅读 · 0 评论 -
java.lang.RuntimeException: Unable to instantiate activity ComponentInfo{com.gditc.mmms/com.gditc.mm
1. 问题描述:运行android项目时出现以下错误信息:原创 2014-05-20 23:35:09 · 3337 阅读 · 0 评论 -
Android开发中TextView内容过多而设置滚动条
在Android中, 在TextView里的内容常常会因为过多dmj原创 2014-06-14 00:47:59 · 2795 阅读 · 0 评论 -
Caused by: java.lang.UnsupportedOperationException: Can't convert to dimension: type=0x12
1. 问题原创 2014-07-01 09:00:11 · 4934 阅读 · 0 评论 -
android项目中spinner设置默认值
1.原创 2014-04-27 14:41:02 · 57102 阅读 · 0 评论 -
android项目程序实现完全退出程序
1.在MainActivity类中添加以下代码实现原创 2014-04-27 17:05:02 · 1158 阅读 · 0 评论 -
android新版本support包V7后自定义actionbar左边有一块空白无法填充
1. 问题描述最近我自定义actionbar时发现自定义actionbar左边有一块空白无法填充.一开始我是发现支持包V7的../res/values/styles_base.xml文件内的<style name="Base.Widget.AppCompat.ActionBar" parent=""> <item name="displayOptions">showTitle</item>原创 2015-07-07 14:36:24 · 2982 阅读 · 1 评论 -
android实现activity界面切换时随机播放特效
1. 在util工具包中新增以下原创 2014-04-29 09:26:03 · 1965 阅读 · 0 评论 -
java.lang.IllegalArgumentException: Too many bind arguments. 4 arguments were provided but the stat
1. 问题描述:在原创 2014-04-27 15:29:25 · 7961 阅读 · 1 评论 -
android中sqlite3数据库的使用
list Values delimited by .separator tabs Tab-separated values tcl TCL list elements.nullvalue STRING Print STRING in place of NULL原创 2014-04-25 23:10:39 · 2419 阅读 · 0 评论 -
Android各平台源代码下载及关联
1. Android所有平台源代码下载:https://github.com/android原创 2014-03-15 17:11:50 · 1178 阅读 · 0 评论 -
eclipse启动加载时突然一闪而过并无错误信息提示
1. 问题描述:今天运行eclipse时, eclipse加载到30%时突然一闪而过, 而且并无任何错误信息提示。2. 解决方法:删除工作区workspace下面这个文件夹.../.metadata/.plugins/org.eclipse.e4.workbench重新启动eclipse即可。原创 2014-03-28 11:11:01 · 1388 阅读 · 0 评论 -
android中sqlite数据库操作
1. android中sqlite数据库操作实例:原创 2014-04-29 09:33:52 · 2352 阅读 · 0 评论 -
android项目中刷新activity界面
1.原创 2014-04-26 00:05:26 · 26966 阅读 · 3 评论 -
运行android项目出现"Installation error: INSTALL_FAILED_UPDATE_INCOMPATIBLE"问题
1. 问题描述:[2014-04-17 18:56:31 - Notepad] Installation error: INSTALL_FAILED_UPDATE_INCOMPATIBLE[2014-04-17 18:56:31 - Notepad] Please check logcat output for more details.[2014-04-17 18:56:31 - Not原创 2014-04-17 19:12:00 · 2261 阅读 · 0 评论 -
adb安装/卸载apk
1. 配置adb环境变量:http://jingyan.baidu.com/article/17bd8e52f514d985ab2bb800.html原创 2014-04-07 14:34:17 · 1284 阅读 · 0 评论 -
eclipse运行android项目出现"The connection to adb is down, and a severe error has occured."的问题
1问题描述:在eclipse运行android项目时出现以下信息:The connection to adb is down, and a severe error has occured.You must restart adb and Eclipse.2. 配置adb环境变量:http://jingyan.baidu.com/article/17bd8e52f514d985ab2bb原创 2014-04-04 10:26:43 · 8936 阅读 · 2 评论 -
"Invalid file name: must contain only [a-z0-9_.]"android项目中R.java文件丢失原因及解决方法.
1. 问题描述:android项目是R.java文件丢失。2. 丢失ld原创 2014-04-11 10:40:49 · 2674 阅读 · 1 评论 -
eclipse的快捷键及其使用和程序的断点调试
1.eclipse常用快捷键的使用:内容提示:Alt + /快速修复:Ctrl + 1导包:Ctrl + Shift + o格式化代码块:Ctrl + Shift + F向前向后:Alt + 方向键添加注释:Ctrl + Shift + /除去注释:Ctrl + Shift + \2.程序调试和运行F5(step into):跳入F6(step over):原创 2013-11-01 16:55:48 · 1297 阅读 · 0 评论