RapidFloatingActionButton
RapidFloatingActionButton copied to clipboard
Binary error.
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.
Had you build succeed?
Is there RapidFloatingActionButton
folder exist in build/intermediates/exploded-aar/com.github.wangjiegulu
directory?
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
大神同问,我也出现这个问题。
I fix it! just add compile 'com.nineoldandroids:library:2.4.0' compile 'com.github.wangjiegulu:AndroidBucket:1.0.4' to my build.gradle
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!!!
Any updates on this?? The bug still occurs!!