java - Copy sqlite db file from Android terminal to Windows OS -
i want copy sqlite database data/data/[package name]/databases/ windows operating system.
currently, inside android terminal shell of android studio , current path /data/data/example.com.sensor/databases.
there sqlite file in directory. name sensor.sqlite.
this perhaps easy question experience user you. however, have spent 2 hours yet find result.
thank you.
regards,
jimmy
since device not rooted, cannot outside of application. if it's application, can add temporary routine application copy database public storage, use adb
or mtp copy file windows computer.
or, can root device.
Comments
Post a Comment