I made an SQlite Database with my SQLiteHelperClass. After it was created first time, i pulled it from the data/data/../databases Folder, edited it(I added Content) and pushed it again into the Data Folder. I used DDMS to pull and push the Database. Now my App can access all the Data in my DB. But just with my Emulator! When i run the app with my Device i cannot access the Database.. The App seems just to create a new empty Database. So I think the Data/Data/../Databases Folder on my Device is empty..
Why is the Database that I created by my Emulator deleted, if i upload the App on my Device? How is it possible that the App works absolutely fine on my Emulator, but not on my App.
I'm sorry, English is not my native language. I don't think that any code would be helpfull, cause of the problem seems to be a logical..