
解决问题
hulan_baby
这个作者很懒,什么都没留下…
展开
-
MyEclipse 启动报错:'Building workspace' has encountered a problem解决方法
每次MyEclipse工作空间报错如下:'Building workspace' has encountered a problem. Errors occurred during the build.并且详细信息为:Errors occurred during the build. Errors running builder 'DeploymentBuilder' on project 'b转载 2015-01-19 12:30:56 · 548 阅读 · 0 评论 -
import 包的错误
import原创 2014-08-26 10:26:06 · 515 阅读 · 0 评论 -
eclipse中字体修改问题
Xml文件字体大小的调整: window / preferences / General / appearance / colors and fonts / Basic / "Text font " ,然后点击Edit,可以设置字体的大小。 Eclipse字体大小调整: Window / Preferences / General / Appearance / ColorsAnd Fo原创 2014-08-29 09:36:47 · 432 阅读 · 0 评论 -
AndroidRuntimeException: You cannot combine custom titles with other title feature
AndroidRuntimeException: You cannot combine custom titles with other title feature 删除values-v11和values-v14原创 2014-08-28 14:32:42 · 447 阅读 · 0 评论 -
android eclipse 布局文件修改为默认LInearLayout
修改默认为LinearLayout布局 D:\360Downloads\adt-bundle-windows-x86-20130522\sdk\tools\templates\activities\BlankActivity\root\res\layout\activity_simple.xml.ftl(activity_simple_xml.ftl源文件保存在360云盘的software中)原创 2014-10-16 19:46:31 · 1448 阅读 · 0 评论 -
android.view.InflateException
总结一下xml文件经常容易犯的低级错误: 1. 控件名称不能写错(我上面就属于这种情况) 2.名称的大小写要区分,如EditText与editText是完全不一样的 3.标签一定是成对出现的,尤其是嵌套布局 4.属性前面一般要加android: 5.id比较特殊,应该是@+id ,其它的直接加@即可,如@string 6.drawable中引用的图片资源不存在或名称大小写有误原创 2014-08-26 09:28:43 · 331 阅读 · 0 评论