Read mp3 tags in android application
问题 I use jid3lib for java. When i'm working with this library on file that stored in my computer it works great, but when I try to read mp3 tags of files on the emulator's sdcard I got Exeption. I use the following code: protected void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); setContentView(R.layout.main_activity); File musicPath = Environment.getExternalStoragePublicDirectory(Environment.DIRECTORY_MUSIC); File[] songs = musicPath.listFiles(); for (int i=0; i <