実際のデバイスでビデオを再生できます。
Androidシミュレーターで実行できません。
ビデオが再生されていません。以下のエラーが発生します
failed to make and chown /acct/uid_10064: Read-only file system
これをどのように解決しますか? Androidシミュレーターで変更する必要のある設定はありますか?
シミュレーター(エミュレーター)を削除して再作成することで解決しました。
#adb Shell #su #chmod 777 /data (change the folder data to rwx)