AndroidVideoCache
AndroidVideoCache copied to clipboard
help me!!!
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.
try to rebuild application ,the sample module uses AndroidAnnotations library