fmod ライブラリで同時にいくつかの曲を再生したいと考えています。fmodex をダウンロードし、ビルド パスに jar をインポートして追加します。インポートに成功しました。org.jouvieje.fmodex.Sound をインポートします。メソッドで、オブジェクト Sound を作成しました
public void setSong(Song song, String songPath) {
Sound sound = new Sound();
this.song = song;
this.songPath = songPath;
}
警告/間違いがあります
E/AndroidRuntime(902): java.lang.NoClassDefFoundError: org.jouvieje.fmodex.Sound
お願い助けて。