都是些 layout 里的 xml 文件
Error:(8) No resource identifier found for attribute 'orientation' in package 'cn.***.***'
好像是不支持这些自定义的属性
如何解决?
Error:(8) No resource identifier found for attribute 'orientation' in package 'cn.***.***'
好像是不支持这些自定义的属性
如何解决?

1 keithellis Dec 2, 2014 |
2 besto Dec 2, 2014 考虑一下package名字对不对,是AndroidManifest.xml里面定的。 |
3 jmania OP |
4 keithellis Dec 2, 2014 用最新的 SDK Tools 导出 Library Project 为 jar 试试。 |