Problem with SQLite databases on android
I don't know exactly what it is, but the fact is that changing app settings (external libraries version and/or android sdk version) made it so that new .apks compiled after that would not work properly.
Catch up wih the Appery.io community on our forum. Here you'll find information on the lastest questions and issues Appery.io developers are discussing.
https://forum.appery.io/
I don't know exactly what it is, but the fact is that changing app settings (external libraries version and/or android sdk version) made it so that new .apks compiled after that would not work properly.
Upon further testing, it seems that changing App Settings External resources Libraries version to 1.2 still causes the error "exec() call to unknown plugin: Storage" when trying to create an SQLite database. It works just fine on version 1.1.
This is very unfortunate since v1.1 uses PhoneGap 2.9.0, and I intended on using a PhoneGap plugin that requires PhoneGap version 3.0.0 or higher.
To reiterate: everything works fine with external libraries version 1.1, while version 1.2 throws the error "exec() call to unknown plugin: Storage" when trying to create an SQLite database.
Could you post original app public link? Also please tell us the steps how can we reproduce the error.
Ok, it seems like I was mistaken, the original app still throws an alert saying "[ERROR] Error initializing Cordova: Class not found.", but it works fine after that (with external libs v1.1 only).
Also, what exactly do you mean by the app's public link?
Is there a way I can give you that link without posting it here where anyone can see it?
And is there even a point in giving you that link if the problem only happens in .apk builds of the app?
You can share app with a href="mailto:support@appery.io" rel="nofollow"support@appery.io/a and tell us the steps how to reproduce this.