我一直坐在这里几个小时,试图在Eclipse的Android项目中使用这个github项目。我以前从未成功从github导入过任何东西。我已经阅读了我能找到的所有内容,并且尽可能地愚弄了所有选项,并且完全用尽了我的耐心。
有人可以一步一步地列出这个特定项目的程序,这样我最终可以像XML一样在XML中使用它:
<com.polites.android.GestureImageView
android:id="@+id/image"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:src="@drawable/image"
gesture-image:min-scale="0.1"
gesture-image:max-scale="10.0"
gesture-image:strict="false"/>
链接为https://github.com/jasonpolites/gesture-imageview
我将永远感激。
答案 0 :(得分:7)
查找以下有关导入项目的说明:
该项目现在应该作为Android项目导入
答案 1 :(得分:1)
您可以通过在此行中添加此行以添加对包的引用来解决您的问题:
xmlns:gesture-image="http://schemas.polites.com/android"