プレイリストのメンバー数を取得する方法を誰か教えてもらえますか? 私はこれを試しましたが、うまくいきません:
int PlayListCount = cursor.getInt(cursor.getColumnIndex(MediaStore.Audio.Playlists._COUNT));
次の例外がスローされます。
llegalStateException: Couldn't read row 0, col -1 from CursorWindow.
Make sure the Cursor is initialized correctly before accessing data from it.