[android-developers] undefined reference to `android::AudioTrack::set(...)

2011-10-25 Thread HamdiHamZ
Hi folks, I ma trying to write a media player for Android 2.2. I am using NDK_rb6 to build my JNI library written i C/C++ (under Ubuntu 11.04)... Actually, I faced a lot of problems of linking and dependencies, I resolved a lot of the and I am stuck with this one:

Re: [android-developers] undefined reference to `android::AudioTrack::set(...)

2011-10-25 Thread Dianne Hackborn
This is not part of the NDK. *NO* C++ classes are part of the NDK. Even if you manage to get this to work, you are using private implementation details of the platform, and I can guarantee you that your app will break all over the place on different devices. On Tue, Oct 25, 2011 at 1:36 AM,