I am new to android. I have created an application in android which stores data in sqlite database. I want to view those table data by giving select * from tablename and so I have downloaded the sqlite database browser. I am trying to open the database f开发者_JS百科rom the sqlite browser but I am getting errors. Could you please tell us what databse file should we need to open from the source code to get the database into sqlite browser.
Thank you,
Here is a browser which will be as part of the eclipse environment follow this link and it might help you http://marketplace.eclipse.org/content/questoid-sqlite-browser
精彩评论