debug
文章平均质量分 55
line1213
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
解决requestFeature() must be called before adding content错误
Android 实现画面全屏(取消标题、取消状态栏): //取消标题 this.requestWindowFeature(Window.FEATURE_NO_TITLE); this.setContentView(R.layout.logo); //Activity样式文件,一定要写在中间 //取消状态栏 this.getWindow().setFla转载 2012-07-11 09:55:14 · 393 阅读 · 0 评论 -
新建android项目gen目录下未生成R文件解决方案
我的解决方案首选重启eclipse,如果还是未解决的话,可以尝试重新编译工程 project-->Clean 在google中搜索到的方案中有更新adt或者查看工程引用包是否有错误的方法, 没意义,google不会犯这种低级错误的. 今天发现的另一种解决方案,前提是由编译环境改变后引起的R文件消失(jdk1.5更改为jdk1.7) 选中项目右键 Android Tool原创 2012-08-06 08:49:15 · 1471 阅读 · 0 评论 -
MyEclipse中UnsupportedClassVersionError: Bad version number in .class file问题
Myeclipse中报出的错误:java.lang.UnsupportedClassVersionError: Bad version number in .class fileat java.lang.ClassLoader.defineClass1(Native Method)at java.lang.ClassLoader.defineClass(Unknown Source)原创 2012-12-24 14:42:57 · 653 阅读 · 0 评论 -
android FATAL EXCEPTION: GLThread
I heard some of you have tried running their AndEngine game using the emulator. Well this does not work, since the emulator does not initially support GLES2. You normally should get an error like th转载 2015-12-03 11:01:07 · 2626 阅读 · 0 评论
分享