For example, this would be the path to a file on the external memory...
String path = Environment.getExternalStorageDirectory().toString()+"/myApp/face.jpg";
But is there also such a path to the Asset folder?
Cheers!
P.S.
"file:///android_asset/1.png"
Gives a file not found.