pbreault / adb-idea

A plugin for Android Studio and Intellij IDEA that speeds up your day to day android development.
Apache License 2.0
2.1k stars 256 forks source link

New Action : Pull files/databases #20

Open quentin23soleil opened 9 years ago

quentin23soleil commented 9 years ago

what the title says

pbreault commented 9 years ago

It's a good idea, I have been putting this off for a while because it requires quite a bit of UI to get it right! Unless we just show a text input. It's on the list, right along "adb shell input text"

Until it is done, if your primary need is working with database, you can take a look at http://www.idescout.com/ or http://facebook.github.io/stetho/

fmatosqg commented 8 years ago

Hmm, what if we have a command that pulls absolutely everything? The only thing I need these days is the database, but I wouldn't mind pulling a little extra data.

Also this approach would cover #38