Код: Выделить всё
private void playSelectedSong(String songName) {
String obbPath = Environment.getExternalStorageDirectory() + "/Android/obb/com.mesbahi.free.player/main.1.com.mesbahi.free.player.obb";
try {
ZipFile obbZipFile = new ZipFile(obbPath);
Enumeration
Подробнее здесь: [url]https://stackoverflow.com/questions/78439593/problem-reading-files-from-obb-expansion-file[/url]