我想在android中使用视图寻呼机指示器库。因为它可以用于maven,而不是gradle项目,所以我在android中添加了库文件夹,并将其包含在应用程序build.gradle文件中。当我编译这个项目时,问题就出现了,因为它不会编译,因为应用程序和库gradle文件都使用android-support-v4.jar文件。我需要知道如何使用android演播室的库。 include ':app' include ':sample'
app/build.gra
据我所知,viewpagerindicator与ActionBarSherlock兼容,他们的网站上没有提到它与ActionBarcompat的兼容性。但是,我想知道是否可以在ActionBarcompat (android.v7.support)中使用viewpagerindicator。对于ActionBarCompat,您必须应用Theme.AppCompat,但是对于此主题,使用TabPageIndicator of viewpagerindicator的Tabs主题不起作用。
Fix the build path then try building this project JakeWharton-Android-ViewPagerIndicator-8cd549findirectly referenced from required .class files UnderlinePageIndicator.java /JakeWharton-Android-ViewPagerIndicator-8cd549f/library/src/com/viewpagerindic
在我的项目中,我正在使用库来实现ViewPager。我想将NotificationCompact添加到我的项目中,我们现在的通知是针对but API 16的,但是我们需要更新android v4来添加NotificationCompact().Builder().build();。如何将新的android-support-v4添加到我的Project/lib方向,并想在指定类中调用他,但我不知道如何在指定类中使用它.