如何在eclipse中使用github项目作为库

时间:2014-12-04 01:58:20

标签: android eclipse github library-project

您好我一直在尝试将this库项目添加到Eclipse中的现有项目中。这是我第一次使用图书馆项目而且我很难过。从周围的教程和帖子中寻找可能的方法,但无法完成它。

我希望我能从这个我所参与的精彩社区中获得帮助。

这是我的xml ..

<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"

   android:layout_width="fill_parent"

   android:layout_height="fill_parent" >

    <at.markushi.ui.ActionView

   android:id="@+id/action"

   android:layout_width="56dip"

   android:layout_height="56dip"

   android:padding="16dip"

   app:av_color="@android:color/white"

   app:av_action="drawer"/>

</RelativeLayout>

标记<at.markushi.ui.ActionView/>出错,我无法在主要活动中导入at.markushi.ui.ActionView

1 个答案:

答案 0 :(得分:0)

  1. 在工作区中导入项目
  2. Check isLibrary
  3. 在您的项目中使用

    enter image description here

    有关详细信息,请参阅开发人员文档页面setting up a library project