RapidFloatingActionButton icon indicating copy to clipboard operation
RapidFloatingActionButton copied to clipboard

android studio added directly error

Open zuojianjian opened this issue 8 years ago • 1 comments

java.lang.ClassNotFoundException: Didn't find class "com.wangjie.androidbucket.utils.ABTextUtil" on path:

zuojianjian avatar Jan 04 '17 06:01 zuojianjian

Its a class from a missing library. Add this line to your gradle file.

compile 'com.github.wangjiegulu:AndroidBucket:1.0.4'

Devenom1 avatar Feb 06 '17 10:02 Devenom1