教育行业A股IPO第一股(股票代码 003032)

全国咨询/投诉热线:400-618-4000

Android培训之错误解决方法大合集(2)

更新时间:2016年11月29日16时17分 来源:传智播客Android培训学院 浏览次数:

出现这样的提示,根本原因是Eclipse启动时检测E:Program Filesandroid-sdk-windowstoolslibplugin.prop文件 文件内容为:

begin plugin.prop

plugin.version=20.0.0

# end plugin.prop

这就很容易理解了,需求插件版本为20.0.0,这时候我们只需要改成:

begin plugin.prop

plugin.version=18.0.0

# end plugin.prop

OK了,重新启动下Eclipse,看看是不是解决了这个问题

4 [Accessibility] Missing contentDescription attribute on image

今天使用了下ADT 16.0 在定义一个ImageVIew的时候 总是提示这个[Accessibility] Missing contentDescription attribute on image警告,虽说可以不理 但总是感觉怪怪的,在网上一搜 发现原来这是ADT 16.0的新特性,在一些没有文本显示的控件里,如imageView和imageButton等,ADT会提示你定义一个android:contentDescription属性,用来描述这个控件的作用。英文原文如下,如有翻译的不对的地方,敬请批评指正。

Resolved this warning by setting attribute android:contentDescription for my ImageView

android:contentDescription="@string/desc"

Android Lint support in ADT 16 throws this warning to ensure that image widgets provide a contentDescription

This defines text that briefly describes content of the view. This property is used primarily for accessibility. Since some views do not have textual representation this attribute can be used for providing such.

Non-textual widgets like ImageViews and ImageButtons should use the contentDescription attribute to specify a textual description of the widget such that screen readers and other accessibility tools can adequately describe the user interface.

5 java.lang.NoClassDefFoundError: com.baidu.mapapi.BMapManager解决办法

用百度地图,可能把工程复制了些位置 出错了

解决办法:

1.右击项目->properties->Java Build Path->Order and Export,在需要引用的包前面打勾。

2.Project->Clean...

6 eclipse中提示 No Completions Available,Alt+/不自动提示

window-> Preferences-> Java-> Editor-> Content Assist-> Advanced

上面的选项卡Select the proposal kinds contained in the 'default' content assist list中添加【Java Non-Type Proposals】


本文版权归传智播客Android培训学院所有,欢迎转载,转载请注明作者出处。谢谢!
作者:传智播客Android培训学院
首发:http://www.itcast.cn/Android

0 分享到:
和我们在线交谈!