如何在我的项目中使用Android Wheel?

时间:2011-07-18 15:24:29

标签: android eclipse widget

我检查了源代码,但现在我如何在我的项目中使用它?我正在使用eclipse。

http://code.google.com/p/android-wheel/

1 个答案:

答案 0 :(得分:3)

下载源代码,然后在Eclipse中导入项目(Import - > Existing project)。

这将添加wheel项目,即Android Library Project。然后在项目中,您需要将轮项目添加为依赖项。右键单击您的项目,选择“属性”。选择Android,然后右键单击“添加”按钮。有关此here

的更多信息