get path of video file selected from gallery getting NULL. How to get path of video file?
问题 get path of video file selected from gallery getting NULL . How to get path of video file ? Get URi in Activity Result also give null. converting Uri to String also getting Null . Intent intent; String selectedVideo1Path, selectedVideo2Path; EditText e1,e2; @Override protected void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); setContentView(R.layout.videos_activity); Button button1 = (Button) findViewById(R.id.video1_btn); Button button2 = (Button) findViewById(R