简体   繁体   English

在哪里可以找到我的应用程序中的Android数据库文件?

[英]Where I can Find Android database file in my app?

I need to find the path that have the database of my application and I need to insert into my android database by SQLlitestudio.... please help 我需要找到具有我的应用程序数据库的路径,并且需要通过SQLlitestudio插入到我的android数据库中。

I'm using andriod Studio 我正在使用andriod Studio

thank you 谢谢

Here is the path: /data/data/YOUR_PACKAGE/databases/ 这是路径:/ data / data / YOUR_PACKAGE / databases /

PS May be that link can help: http://www.reigndesign.com/blog/using-your-own-sqlite-database-in-android-applications/ PS可能是该链接可以帮助您: http : //www.reigndesign.com/blog/using-your-own-sqlite-database-in-android-applications/

您也可以将DbAndroid插件用于SQLiteStudio( http://wiki.sqlitestudio.pl/index.php/DbAndroid ),尽管它不是免费的。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 在Android手机上的哪里可以找到apk文件? - Where can I find the apk file on my Android phone? 如何在Android中找到我的应用和SQLite .db文件 - How can I find my app and the SQLite .db file in Android 我找不到我的应用程序在Android中创建的文件的位置 - I can't find the location of a file that my app creates in Android 我在Android哪里找到我的.so? - Where in android can I find my .so? 我在哪里可以找到通过AWS Cognito在我的android应用中输入的数据 - Where can i find my data that i entered in my android app through AWS Cognito 在哪里可以在Android(DDMS)上找到文件 - Where can I find file on Android (DDMS) 安装到我的手机/仿真器的数据库文件(可能是一般的android / assets文件夹Q)时,找不到该文件被复制到手机/仿真器的位置? - Can't find where my database file is being copied to my phone/emulator when I install to it (possibly general android/assets folder Q)? 在哪里可以找到将我的apk文件上传到哪里? - Where can I find where to upload my apk file? 我在 android 中的数据库文件在哪里? - Where is my database file in android? 在哪里可以找到android-support-v8.jar文件,以便能够在我的应用程序中使用渲染脚本 - Where I can find android-support-v8.jar file to be able to use Render Script in my application
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM