Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
システムの内蔵音楽プレーヤーで raw フォルダーから音楽ファイルを再生する方法は?
生のフォルダーに既にメディアファイルがあると仮定します..次のようにしてください::
private MediaPlayer mp; mp =new MediaPlayer(); mp = MediaPlayer.create(YOUR ACTIVITY, R.raw.mediafile); mp.start();