Jhone hero - 2012-03-27

hi,
   I want to use soundtouch on android.
  and  i  use ndk  complie it, it failed.
can you help me?

Android build instructions
For Android compilation, download Android NDK and prepare SoundTouch library as follows:

Switch off exception handling as Android does not support C++ exceptions. That's easiest done by taking latest source codes and defining ST_NO_EXCEPTION_HANDLING either as -D compiler flag, or #define that in STTypes.h file
Add *.cpp files from SoundTouch library to your Android.mk file
Add copyright notice about usage of SoundTouch library into your application about information to comply with the license

i do like it, but it also not work.