[android-developers] Re: how to use AmrInputStream

2010-11-29 Thread elik
I got it working by copying the source to my own project. make sure you leave it is "android.media". Because of jni naming convention it wont bind correctly unless it is in this package. why was this class removed? On Nov 2, 12:24 am, cindy wrote: > I copy the AmrInputStream.java to my applicati

[android-developers] Re: how to use AmrInputStream

2010-11-29 Thread elik
I got it working by copying the source to my own project. make sure you leave it is "android.media". Because of jni naming convention it wont bind correctly unless it is in this package. On Nov 2, 12:24 am, cindy wrote: > I copy the AmrInputStream.java to my application. It can compile, > however

[android-developers] Re: how to use AmrInputStream

2010-11-01 Thread cindy
I copy the AmrInputStream.java to my application. It can compile, however, it can't run. Do you have any suggestion on how to make AmrInputStream work? Thanks! Cindy On Oct 7, 5:37 pm, Mark Murphy wrote: > On Thu, Oct 7, 2010 at 8:35 PM, cindy wrote: > > But you can't import the class into you

Re: [android-developers] Re: how to use AmrInputStream

2010-10-07 Thread Mark Murphy
On Thu, Oct 7, 2010 at 8:35 PM, cindy wrote: > But you can't import the class into your code: > import android.media.AmrInputStream. > I think android simulator doesn't have this class. Am I correct? It is not part of the Android SDK. It is part of the firmware. -- Mark Murphy (a Commons Guy) h

[android-developers] Re: how to use AmrInputStream

2010-10-07 Thread cindy
But you can't import the class into your code: import android.media.AmrInputStream. I think android simulator doesn't have this class. Am I correct? On Oct 7, 5:15 pm, DanH wrote: > http://hi-android.info/src/android/media/AmrInputStream.java.html > > On Oct 7, 4:18 pm, cindy wrote: > > > I can

[android-developers] Re: how to use AmrInputStream

2010-10-07 Thread DanH
http://hi-android.info/src/android/media/AmrInputStream.java.html On Oct 7, 4:18 pm, cindy wrote: > I can find the document of AmrInputStream, How could I use it? > > Thanks! > > Cindy -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To po