独立的MaterialViewPager示例应用

时间:2016-10-24 00:49:34

标签: android android-studio

我最近找到了MaterialViewPager库on Github,其中作者还包含了一个示例应用。 Github上的示例应用依赖于另外两个模块:

  • materialviewpager
  • materialviewpagercontroller

我试图通过在Android Studio中创建一个空白项目来转换提供给独立应用程序的示例应用程序,包括:

compile ('com.github.florent37:materialviewpager:1.2.0@aar'){
    transitive = true
}

在构建文件中。然后我将示例文件夹中的所有文件复制到应用程序,但是我在每个文件中都有很多错误,在删除了大量文件并让应用程序编译后我得到了这个:

enter image description here

由于我是Android Studio的新手,我花了两个小时尝试这个没有任何成功,有人可以告诉我如何将作者提供的示例应用程序转换为独立的示例应用程序吗?

0 个答案:

没有答案