Moodle Mobile App 3.x gives Error for update Corodova 9.0.0 when build on phone Gap

Re: Moodle Mobile App 3.x gives Error for update Corodova 9.0.0 when build on phone Gap

by Prasanna Thangapandi -
Number of replies: 2

Hi Ketan,

You have to change the below line in your moodle mobile config.xml when building the app using PhoneGap.

default moodle mobile:

<plugin name="cordova-sqlite-storage" spec="2.6.0" />

change to:

<plugin name="cordova-sqlite-storage" source="git" version="https://github.com/moodlemobile/Cordova-sqlite-storage.git#moodle-phonegapbuild" />


Please refer the below link for the PhoneGap build source:

https://github.com/moodlehq/moodlemobile-phonegapbuild


Regards,

Prasanna.T

In reply to Prasanna Thangapandi

Re: Moodle Mobile App 3.x gives Error for update Corodova 9.0.0 when build on phone Gap

by Ismed Rizal -

Hi Prasanna Thangapandi
I Have same problem with Ketan, then i change config.xml like this
<plugin name="cordova-sqlite-storage" spec="https://github.com/moodlemobile/Cordova-sqlite-storage.git#moodle-phonegapbuild-3.4.0" />

refer to https://github.com/moodlehq/moodlemobile-phonegapbuild
But Now phonegap said
Error - A plugin you are using requires a preference: ANDROID_SUPPORT_V4_VERSION 

Can you help me please 

Regards,

Ismed Rizal

In reply to Ismed Rizal

Re: Moodle Mobile App 3.x gives Error for update Corodova 9.0.0 when build on phone Gap

by Ardian Deari -
Same problem