if you are not using any prepared params the last parameter can be omitted. @Baklizki
could you remove the table creation code? --> only try to oopen your database.
Hi @bengtler,
i tried your advice and the error is still alive.
Could it maybe be a thing of permissions? I tried to grant every possible permission in the AndroidManifest.xml: <uses-permission android:name="android.permission.INTERNET"/> <uses-permission android:name="android.permission.ACCESS_NETWORK_STATE"/> <uses-permission android:name="android.permission.ACCESS_WIFI_STATE"/> <uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" /> <uses-permission android:name="ANDROID.PERMISSION.READ_EXTERNAL_STORAGE" />
Thanks to @bengtler and @gianfra_ for your help,
finally i found the problem (and i dont know why it work in that way, because in all tutorials they do it different).
My problem was that i include the “ng-cordova.min.js” before i include the “cordova.js” file (how i saw in the tutorial).
Unfortunately my Logcat doesnt displayed the errors, that it could not find angularjs. Just when i created a seperate project and tried it with it, it displayed me the error messages and i could correct it.
Hello!
I’m having the same issue here. I made a question at stackoverflow.com
I tried putting the .min script before and after cordova.js but no luck. Also tried with the android manifest xml.
The thing is that this was working 4 days ago and I don’t know what happened.