Hi, have you include the permission in manifest file.. if not add following lines in your manifest file.
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE"></uses-permission> hope this will help On Mon, Aug 1, 2011 at 2:13 PM, Selvam <[email protected]> wrote: > > final String state = Environment.getExternalStorageState(); > > > Environment.getExternalStorageDirectory().getAbsolutePath() > > It s giving the Build-in storage device path, Sincd I am not able to > write the files in SD Card. > > > This is urgent requirement please some one help me... > > -- > 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 -- *Regards, Viral* -- 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

