File externalFile = getApplicationContext().getExternalFilesDir( null );///storage/emulated/0/Android/data/com.example.testnativecplusplus/files
File externalFile1 = getApplicationContext().getExternalFilesDir( null ).getParentFile();

File externalFile = getApplicationContext().getExternalFilesDir( null );///storage/emulated/0/Android/data/com.example.testnativecplusplus/files
File externalFile1 = getApplicationContext().getExternalFilesDir( null ).getParentFile();