---
title: "How to work with sqlite in android studio in real device"  
description: "How to work with sqlite in android studio in real device"  
author: "now about"  
published: 2017-07-12  
updated: 2017-07-12  
canonical: https://www.mindstick.com/forum/34320/how-to-work-with-sqlite-in-android-studio-in-real-device  
category: "android apps"  
tags: ["android", "sqlite"]  
reading_time: 1 minute  

---

# How to work with sqlite in android studio in real device

Hi I have some problems in creating the [sqlite database](https://www.mindstick.com/articles/1554/crud-operation-in-asp-dot-net-using-sqlite-database) in android.\
Everything is ok on the emulator, I can create the database. But it doesn't work on the actually machine. When I tried to debug the [application](https://www.mindstick.com/articles/12824/calculator-application-in-android) on my phone, it just failed to create the database.\
So can [anyone](https://www.mindstick.com/articles/23207/how-to-find-the-best-fit-job-for-anyone) tell my what happened? Is there any special [permission](https://www.mindstick.com/forum/159434/linux-service-permission-denied-error-adjust-permissions) I need to add in the [Manifest file](https://www.mindstick.com/forum/34663/what-is-manifest-file-in-android)? I've tried ACCESS_CHECKIN_PROPERTIES or WRITE_EXTERNAL_STORAGE, but still cannot get the database.\
By the way, is the [custom](https://www.mindstick.com/blog/12298/use-custom-writing-services-to-get-through-the-finals) database can only be stored in the [sd card](https://answers.mindstick.com/qa/51622/how-do-you-use-an-sd-card-with-the-touch-bar-macbook-pro-what-is-the-best-option) but the root [directory](https://www.mindstick.com/forum/226/how-to-get-application-directory-using-c-sharp-csharp)?\
Thank you very much!!


---

Original Source: https://www.mindstick.com/forum/34320/how-to-work-with-sqlite-in-android-studio-in-real-device

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
