wangjiegulu / RapidFloatingActionButton

Quick solutions for Floating Action Button,RapidFloatingActionButton(RFAB)
Apache License 2.0
1.29k stars 254 forks source link

Binary error. #9

Open borjaruiz opened 8 years ago

borjaruiz commented 8 years ago

After adding line "compile..." in build.gradle and adding example code to my xml, I get this error...

Binary XML file line #24: Error inflating class com.wangjie.rapidfloatingactionbutton.RapidFloatingActionButton

Thanks in advance.

wangjiegulu commented 8 years ago

Had you build succeed? Is there RapidFloatingActionButton folder exist in build/intermediates/exploded-aar/com.github.wangjiegulu directory?

borjaruiz commented 8 years ago

Yes, the folder exists, versio 1.0.3

The problem is when I put some of your example code in my layout and run the project.

Error inflating class com.wangjie.rapidfloatingactionbutton.RapidFloatingActionButton

Mozhuowen commented 8 years ago

大神同问,我也出现这个问题。

I fix it! just add compile 'com.nineoldandroids:library:2.4.0' compile 'com.github.wangjiegulu:AndroidBucket:1.0.4' to my build.gradle

Bertkiing commented 7 years ago

When I add the :compile 'com.nineoldandroids:library:2.4.0' compile 'com.github.wangjiegulu:AndroidBucket:1.0.4' in my build.gradle. The problem also occur!!!

dbik commented 7 years ago

Any updates on this?? The bug still occurs!!