1.开发时出现的ClassNotFind的错误的,解决:
工程右键-->Build Path-->Order and Export-->勾选相对应的jar包.
2.V4原因位置:sdk目录\extras\android\
3.在widows系统下,libary project 必须和project处于相同的盘符下(project.properties中文件的android.libray.reference. 变成绝对路径,导致无法导入库).
4.解决ListView的无法点击事件:
android:descendantfocusability=(beforeDescendants:会优先其子类控件而获得焦点;afterDescendants:会当子类不需要时获取焦点;blocksDescendants:会覆盖子类控件,直接获取焦点,也是最常用的);
5.RatingBar:用星形显示评定等级;
未完待续...