I already have my video pasted on the raw file in res but once I'm on the script the path to the video doesn't work as you can see in the image below. Any help please!! thank you whenever I try I get this message (cannot resolve symbol "copie")
public void videoplay(View v) { String videopath = "android.resource://com.keshagain.keshagin/"+R.raw.copie; Uri uri = Uri.parse(videopath);
public void videoplay(View v) { String videopath = "android.resource://com.keshagain.keshagin/"+R.raw.copie; Uri uri = Uri.parse(videopath);
"Copie" is the name of my video file that doesn't work, tried with other videos and I tried renaming it just in case but still same problem