androi平台初级错误整理.docVIP

  • 4
  • 0
  • 约2.87万字
  • 约 6页
  • 2017-06-12 发布于河南
  • 举报
androi平台初级错误整理

错误整理 1 Connection with adb was interrupted. 0 attempts have been made to reconnect. You may want to manually restart adb from the Devices view. 解决方法: 0 If youre a windows user, start a command prompt (console) and type : adb start-server. Then restart Eclipse. Actually just closing Eclipse and restarting it works for me. If it doesn t start messing with the adb command in the console 2 Attribute is missing the Android namespace prefix 命名空间前缀缺失。看一下行号,应该很好解决。 比如说 android:name=hello,写成了 name=hello。 3 Adb connection Error:远程主机强迫关闭了一个现有的连接。 原因是当前安卓工程所产生运行的程序被主机强制关闭,比如说当该工程产生的程序还在运行的时候就把当前工程给关闭了,有种釜底抽薪的感觉! 4 Invalid file name: must contain only [a-z0-9_.] 2010-11-04 12:53 刚刚接触Android,Eclipse也玩不转。在layout下新建了个名为“Section_List_Item.xml”xml就报错:Invalid file name: must contain only [a-z0-9_.]。原来下layout下的命名不能有大写字母,换句话说它只支持小写的a到z、0到9、下划线“_”和小数点“.”。否则就报错。至于为什么我也不得而知。 5 [2011-04-06 20:13:09 - Plane] The connection to adb is down, and a severe error has occured. [2011- 2011-4-6 20:25 提问者: HYPERLINK /?businessaid=6un=huashidaibo#2huashidaibo | 浏览次数:5151次 第一次接触android平台,我安装的是android2.1 API 7,给我报了个如上问题,诚请大师指点........ 我来帮他解答 2011-4-21 09:38 满意回答 解决办法: (1)查看任务管理器,关闭所有adb.exe (2)重启eclipse即可 我已经试过了,成功了的 6 Android开发,运行时出现“The application has stopped unexpectedly” 2011-10-13 17:43 提问者: HYPERLINK /?businessaid=6un=???????#2龙梦起飞 | 浏览次数:2384次 程序没有问题,运行时出现“The application has stopped unexpectedly”时,是怎么个找到错误的方法啊?我在网上查着主要有这么几个:1.有多个Activity时,其中一个没有注册,会出现这种错误2.布局文件夹layout中的main.xml中控件的一些名称可能有些写错的,也会出现这种问题, 还有特别注意xml文件中的空间的宽度布局和高度布局必须制定,否则也会出现上述错误 同样 还有不指定按钮要显示的文字,还有按钮的宽度布局和高度布局 7 /AndroidRuntime(687): android.view.ViewRoot$CalledFromWrongThreadException: Only the original thread that created a view hierarchy can touch its views. HYPERLINK /blogdevteam/article/details/7489275四届云计算大会门票抢购:史上最低价,每日限5张!HYPERLINK /u10/9123faba-8474-4f2a-a0cf-a1b7d0fe5913.html【分享季1】:网友推荐130个经典资源,分享再赠分! HYPERLINK /jackie_gnu/article/details/6804019Android 的View不是线程安全的. 分类: HYPERLINK

文档评论(0)

1亿VIP精品文档

相关文档