【发布时间】:2012-10-11 13:21:48
【问题描述】:
我正在尝试为我的应用程序获取 ArcMenu。
代码本身运行良好,但我不知道如何使它与另一个项目一起工作。 它看起来不像一个 Android 库项目...
当我尝试将此项目与我自己的项目一起使用时,这是我在 Eclipse 控制台中得到的:
res/layout/arc_menu.xml:4: error: No resource identifier found for attribute 'fromDegrees' in package 'com.capricorn'
res/layout/arc_menu.xml:4: error: No resource identifier found for attribute 'toDegrees' in package 'com.capricorn'
res/layout/ray_menu.xml:4: error: No resource identifier found for attribute 'childSize' in package 'com.capricorn'
res/layout/ray_menu.xml:4: error: No resource identifier found for attribute 'leftHolderWidth' in package 'com.capricorn'
【问题讨论】:
标签: android eclipse android-ui android-library