Re: [android-developers] Creating database with adb

2011-09-30 Thread Mark Murphy
On Fri, Sep 30, 2011 at 3:11 AM, Andi wrote: > My problem is i have to create a database and put it in the folder off > my application via adb. Why? -- Mark Murphy (a Commons Guy) http://commonsware.com | http://github.com/commonsguy http://commonsware.com/blog | http://twitter.com/commonsguy

[android-developers] Creating database with adb

2011-09-30 Thread Andi
Hi guys, My problem is i have to create a database and put it in the folder off my application via adb. I tried to create a database with a adb command in data/data//databases/ and it worked fine. The problem i have now is that a can“t open this database from my apllication. I always get this fail