在Eclipse中运行https://github.com/ParsePlatform/AnyWall时出现了此错误
描述资源路径定位类型错误:没有为' Android‘包中的属性'layout_alignParentEnd’找到资源标识符/DispatchActivity/res/布局第23行Android问题
发布于 2014-10-15 00:51:17
你使用的目标平台是什么?
alignParentEnd
属性layout_alignParentEnd是在API级别17中添加的,因此它不应该在早期的API上工作。尝试为适当的API级别重新配置项目。
layout_alignParentEnd
https://stackoverflow.com/questions/26371483
相似问题