On Sat, Nov 8, 2008 at 5:09 PM, g1ster <[EMAIL PROTECTED]> wrote:
>
> I had trouble get the MediaRecorder to work on g1 (actually with the
> emulator as well). I have the following samle code:

Hi g1ster,

try as first "adb logcat", you will see whats wrong with you code.
if you see something bout premissions then  add

<uses-permission android:name="android.permission.RECORD_AUDIO" />

in the AndroidManifest.xml

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to