何健Ai
何健Ai
//initialize video picker videoPicker = new VideoPicker(ReleaseBaseActivity.this); videoPicker.shouldGenerateMetadata(true); videoPicker.shouldGeneratePreviewImages(true); videoPickerCallback = new VideoPickerCallback() { @Override public void onVideosChosen(List list) { showToast("choose video " + list.get(0).getOriginalPath()); } @Override public void onError(String...
# I just meet with this problem and I give out some ways to solve this problem.FYI in your sourcecode you use this code ` public void addView(@NonNull View child,...