Hi,

I'm an Android developer and I happen to also be on the mad-dev list.  I don't think this is really a question for mad-dev, but you should probably start here:

  http://developer.android.com/sdk/ndk/1.5_r1/index.html

Android developer forums would be a better place to ask questions, at least until you get to the point where you can run simple examples under the Android NDK, but you're having specific problems with libmad.

Also, keep in mind that Android already has a media framework that can decode MP3 files, so you should ask yourself whether it makes sense to use libmad at all.  Finally, note that there's no guarantee that future Android devices will run on ARM.

- Dominic

On Wed, Nov 18, 2009 at 7:56 AM, <collet.jb@gmail.com> wrote:
Hi,

I'm a new developper in audio decoding and I'm working on a prototype for Android.

Does anyone can explain me how I can compile libmad for android (ARM architecture) ?

Thanks a lot.