我试图在 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 吗?