Search code examples
android-studioandroid-ndksuperpowered

How to configure Superpowered SDK in Android Studio


I have come across the Superpowered SDK for processing audio in android. I am new to NDK and online there is little to no documentation about how to configure and use Superpowered, which is a shame for such a well made library.

Can someone explain me how to configure it properly?

All I did as of now is installing the NDK.


Solution

  • I recommend to start with one of the Android example projects of the Superpowered SDK. Set the 2 paths in local.properties and the project will build fine. Also read the README, which explains these steps and even more detail.