ya but you can open it using command mode. just go command mode and change your directory into the android sdk .
android-sdk-linux/tools and type ./ddms then you will get the window from there you can get the access to the sdcard and all On Fri, Feb 17, 2012 at 11:25 AM, moktarul anam <[email protected]> wrote: > Hi > I think ddms feature is not there in intellj > > Moktarul > > On Feb 17, 10:20 am, shihab shiha <[email protected]> wrote: > > you can use ./ddms > > > > > > > > > > > > > > > > On Fri, Feb 17, 2012 at 10:37 AM, moktarul anam <[email protected]> > wrote: > > > best way is use adb shell > > > > > 1. adb shell > > > 2. cd /data/data/<packagename>/ > > > 3. adb pull database ./ > > > > > Enjoy > > > Moktarul > > > > > On Feb 16, 8:18 pm, Duygu Kahraman <[email protected]> wrote: > > > > I am using intellj idea and i am working with **ORMLite**. > > > > > > My question is, i create a database but i want to export database > > > > for looking my data.When i use Eclipse i can export my sqlite > database > > > > a few ways but i have no idea about **intellj**. > > > > > > Can anybody know something about that? > > > > > > THX. > > > > > -- > > > 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 > > -- > 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 > -- 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

