ogaclejapan / SmartTabLayout

A custom ViewPager title strip which gives continuous feedback to the user when scrolling
Apache License 2.0
7.09k stars 1.34k forks source link

I have one issue when i build this source in my gradle. #237

Open raiarainne opened 7 years ago

raiarainne commented 7 years ago

Error:Uncaught translation error: java.lang.IllegalArgumentException: already added: Lcom/ogaclejapan/smarttablayout/utils/BuildConfig; Error:Uncaught translation error: java.lang.IllegalArgumentException: already added: Lcom/ogaclejapan/smarttablayout/utils/PagerItem; Error:Uncaught translation error: java.lang.IllegalArgumentException: already added: Lcom/ogaclejapan/smarttablayout/utils/PagerItems; Error:Uncaught translation error: java.lang.IllegalArgumentException: already added: Lcom/ogaclejapan/smarttablayout/utils/ViewPagerItem; Error:Uncaught translation error: java.lang.IllegalArgumentException: already added: Lcom/ogaclejapan/smarttablayout/utils/ViewPagerItemAdapter; Error:Uncaught translation error: java.lang.IllegalArgumentException: already added: Lcom/ogaclejapan/smarttablayout/utils/ViewPagerItems; Error:Uncaught translation error: java.lang.IllegalArgumentException: already added: Lcom/ogaclejapan/smarttablayout/utils/ViewPagerItems$Creator;

This is all issue list Please give me solution as soon as possible. Thank you

NathanXuns commented 6 years ago

我也有遇到了同样的错误

Error:Uncaught translation error: java.lang.IllegalArgumentException: already added: Lcom/ogaclejapan/smarttablayout/utils/BuildConfig; Error:Uncaught translation error: java.lang.IllegalArgumentException: already added: Lcom/ogaclejapan/smarttablayout/utils/PagerItem; Error:Uncaught translation error: java.lang.IllegalArgumentException: already added: Lcom/ogaclejapan/smarttablayout/utils/PagerItems; Error:Uncaught translation error: java.lang.IllegalArgumentException: already added: Lcom/ogaclejapan/smarttablayout/utils/ViewPagerItem; Error:Uncaught translation error: java.lang.IllegalArgumentException: already added: Lcom/ogaclejapan/smarttablayout/utils/ViewPagerItemAdapter; Error:Uncaught translation error: java.lang.IllegalArgumentException: already added: Lcom/ogaclejapan/smarttablayout/utils/ViewPagerItems; Error:Uncaught translation error: java.lang.IllegalArgumentException: already added: Lcom/ogaclejapan/smarttablayout/utils/ViewPagerItems$Creator;

NathanXuns commented 6 years ago

I fixed this issue by remove compile 'com.ogaclejapan.smarttablayout:utils-v13:1.6.1@aar' , And i just need ' compile 'com.ogaclejapan.smarttablayout:utils-v4:1.6.1@aar'', dependencies two of these togother will have a problem when builds project