googlearchive / android-audio-high-performance

We now recommend you use the Oboe libraries:
https://github.com/google/oboe
Apache License 2.0
720 stars 275 forks source link

Cannot build SimpleSynth in AndroidStudio #119

Closed philburk closed 6 years ago

philburk commented 6 years ago

On an up-to-date AndroidStudio I get these errors when building SimpleSynth

CMake Error: CMAKE_C_COMPILER not set, after EnableLanguage CMake Error: CMAKE_CXX_COMPILER not set, after EnableLanguage

ggfan commented 6 years ago

I could have a look at it today.

ggfan commented 6 years ago

armeabi/mips was removed with new NDK ( I think from r17 ), update build to new gradle plugin version would fix the issue. PR is created, please take a look, and I will merge it in. thx

dturner commented 6 years ago

Thanks for doing this Gerry!