dynamically over run time I have downloaded a video and stored inside internal memory of the app @ app_videos/sample_video/mp4, and I have called this video from the below method in HelloAR.java file, but its not playing it says ,,error
Error: Couldn't open file on client side; trying server side: java.io.FileNotFoundException: No content provider: /data/user/0/cn.easyar.samples.helloarvideo/app_Videos/sample_video.mp4
video: /data/user/0/cn.easyar.samples.helloarvideo/app_Videos/sample_video.mp4 (-1)
JavaCode :video.openVideoFile("/data/user/0/cn.easyar.samples.helloarvideo/app_Videos/sample_video.mp4", video_renderers.get(0).texId());
please help asap.