igorski / MWEngine

Audio engine and DSP library for Android, written in C++ providing low latency performance within a musical context, while providing a Java/Kotlin API. Supports both OpenSL and AAudio.
MIT License
259 stars 45 forks source link

Some files are missed and can't been build success #99

Closed ghost closed 4 years ago

ghost commented 4 years ago

When I build the project on Android Studio, it is failed for lacking of some cpp files and java files. Please fix it.

igorski commented 4 years ago

This duplicates https://github.com/igorski/MWEngine/issues/93

For the time being, you can manually run build.sh (or build.bat on Windows) to generate all the necessary files from the C++ source and build a Java project using Android Studio.