【发布时间】:2011-09-28 15:40:34
【问题描述】:
我正在尝试在 Eclipse 中使用 Greendroid 库。 在我将它作为库导入的那一刻,项目刹车。生成的 R 文件消失了,我的应用程序无法编译(由于这种行为)。 我将 Greendroid 框架作为普通的 android 项目导入。
使用 Greendroid 时,我的应用程序开始抛出错误:
W/ResourceType( 7692): Bad resource table: header size 0xc or total size 0x12a95 is not on an integer boundary
[...] W/ResourceType( 7692): Bad resource table: header size 0xc or total size 0x12a95 is not on an integer boundary
[...] ERROR: Unable to parse generated resources, aborting.
对如何正确导入/安装/链接Greendroid有什么建议吗?
【问题讨论】:
标签: android greendroid