How to connect SQLite studio to database through ADB (Android simulator)

Do you know whether SQLite studio (or similar tools) can be connected to the database through ADB (simulator for Android), so that I can view my data graphically through my laptop?

Thank you in advance

resolvent:

In fact, you can use the dbandroid plug-in (free, GPL version) provided with SQLite studio (3.0.7), which allows you to connect to the Android database, It can connect directly to the database in the application. Any changes made to the database in sqlitestudio will be immediately reflected in your running application

To make a long story short - you add a jar file to the project as a dependency, add a few lines in the inID / deinit connector, and then add the database in SQLite studio and use it like any other database

For this plug-in, there is a complete manual on how to perform this operation on the wiki page of sqlitestudio: http://wiki.sqlitestudio.pl/index.php/DbAndroid

There is also a video showing how to do this (also on the site). Pasting everything here is a little too much

If you have other questions, we'd be happy to help you. You can also ask questions on the SQLite studio Forum - I often read them

The content of this article comes from the network collection of netizens. It is used as a learning reference. The copyright belongs to the original author.
THE END
分享
二维码
< <上一篇
下一篇>>