Bottombar: Can't find referenced class VerticalScrollingBehavior

Created on 29 Aug 2016  路  4Comments  路  Source: roughike/BottomBar

Hi, I have an issue when trying to build.
Warning:com.roughike.bottombar.BottomNavigationBehavior: can't find referenced class com.roughike.bottombar.VerticalScrollingBehavior$ScrollDirection

I use Proguard to minimize the size of my project,
Is there anything to add in this config file ?

help wanted

Most helpful comment

@Hiike, I've temporary fixed this issue with proguard by adding this dontwarn rule to my proguard file:

-dontwarn com.roughike.bottombar.**

Everything worked as expected. Because the ScrollDirection interface have Source retention, i think it will not cause any problem. But i don't why this problem is happening...

All 4 comments

@Hiike, I've temporary fixed this issue with proguard by adding this dontwarn rule to my proguard file:

-dontwarn com.roughike.bottombar.**

Everything worked as expected. Because the ScrollDirection interface have Source retention, i think it will not cause any problem. But i don't why this problem is happening...

Issue is fixed temporarily by adding the dontwarn

I'm also having this issue. Adding a dontwarn rule fixes the issue, but not keen on adding dontwarn rules

Perhaps this should be added to the readme? Or bundled within the library?

Was this page helpful?
0 / 5 - 0 ratings

Related issues

javiersantos picture javiersantos  路  5Comments

vikramkakkar picture vikramkakkar  路  3Comments

alizarei95 picture alizarei95  路  4Comments

zhangzhzh picture zhangzhzh  路  7Comments

mag2007 picture mag2007  路  8Comments