我是Android的新手,我正在尝试开发一个使用Google的应用程序。我目前正在使用Google APIs8 (Android2.2),但是我的项目中有一些错误,如下所示-
res/layout/Catories.xml
线-
android:scrollbarAlwaysDrawVerticalTrack="true“
ScrollView android:layout_width="fill_parent”android:layout_height=wrap_content“fill_parent android:scrollbarFadeDuration=”0
错误:在'android‘包中找不到属性'scrollbarFadeDuration’的资源标识符
救命啊!!
谢谢,
迪帕利
发布于 2011-04-16 20:25:11
您使用的是正确的版本,我也使用了相同的sdk。这是谷歌地图整合的链接。
如果在生成kestore时使用了eclipse,那么一定要将扩展提到"projectName.kestore“,而不仅仅是"projectName”。
https://stackoverflow.com/questions/5689298
复制相似问题