-
Notifications
You must be signed in to change notification settings - Fork 9
Description
Dear Support Team,
I am using SQLite plugin in my Cordova project to create an application which can store 500 MB+ of data in the Android or iOS device. We are getting the data from backend server.
However, I am not able to use the plugin successfully nor in Android nor in iOS.
Android:
I have followed the steps mentioned in --> https://iphonedevlog.wordpress.com/2014/04/07/installing-chris-brodys-sqlite-database-with-cordova-cli-android/
When i try to build the project (cordova build android), the build fails with [javac] 100 error. I have created a new project and used the same test code which is mentioned in the above link but it ended with the javac 100 error.
BUILD FAILED
C:\Program Files (x86)\Android\android-sdk\tools\ant\build.xml:716: The following error occurred while executing this line:
C:\Program Files (x86)\Android\android-sdk\tools\ant\build.xml:730: Compile failed; see the compiler error output for details.
I am not sure how I can attach the error log or any of the project details for your reference.
Can you please help?
Thanks,
Abhishek Salvi