Thứ Hai, 1 tháng 10, 2012

How to open SQLite DB of Android in eclipse

1.Ubuntu
We use SQLiteManager plugin for eclipse
You can see the sqlite database in eclipse by opening File Explorer .Then

    /data/data/package_name/databases

But here we cannot see the tables and table data.
There is a com.questoid.sqlitemanager jar available .You can download it from here

Now put the jar in the folder

    eclipse/dropins/

and restart the eclipse and now you can see the sqlitemanager plugin on the top right of the File Explorer window






By clicking the icon, sqliteManager Window comes and here we can see the table structure.




and then the Browse Data tab shows the whole data





Hopefully i think you cleared all doubts about SqliteManager Plugin


Lưu ý: Nếu bạn đang sử dụng một plug-in mà không có trang web cập nhật có sẵn, bạn có thể sử dụng "dropins" thư mục trong thư mục cài đặt Eclipse của bạn.

Plug-in thường được phân phối như các tập tin. Jar. Để thêm một plug-để cài đặt Eclipse của bạn, đặt các tập tin plug-in. Jar vào Eclipse thư mục "dropins" khởi động lại Eclipse. Eclipse sẽ phát hiện mới plug-in và cài đặt nó cho bạn.

Không có nhận xét nào:

Đăng nhận xét

Học lập trình web căn bản với PHP

Bài 1: Các kiến thức căn bản Part 1:  https://jimmyvan88.blogspot.com/2012/05/can-ban-lap-trinh-web-voi-php-bai-1-cac.html Part 2:  https://...