AndroidVideoCache icon indicating copy to clipboard operation
AndroidVideoCache copied to clipboard

help me!!!

Open WildChen opened this issue 7 years ago • 1 comments

the function below in class VideoFragment of 'sample' module: public static Fragment build(String url) { return VideoFragment_.builder() .url(url) .build(); } but I can't find builder()、url(url)、build() in current class.

WildChen avatar Jun 30 '18 09:06 WildChen

try to rebuild application ,the sample module uses AndroidAnnotations library

m7mdra avatar Jul 01 '18 10:07 m7mdra