getFileDescriptor returns null while reading mp3 files from the expansion files
问题 I have downloaded and stored the expansion files successfully.But it crashes when i try to play the mp3 inside.. ZipResourceFile expansionFile = APKExpansionSupport.getAPKExpansionZipFile(getApplicationContext(), 1, 0); InputStream fileStream = expansionFile.getInputStream("mysong.mp3"); AssetFileDescriptor asd = expansionFile.getAssetFileDescriptor("mysong.mp3"); MediaPlayer mediaPlayer = new MediaPlayer(); mediaPlayer.setAudioStreamType(AudioManager.STREAM_MUSIC); mediaPlayer.setDataSource