why moodle 3.5 can't be built?

Re: why moodle 3.5 can't be built?

by behnaz ranjbar -
Number of replies: 2

any solution please?

In reply to behnaz ranjbar

Re: why moodle 3.5 can't be built?

by Dani Ureña -

Hello Behnaz,

You can follow this instructions for resolve your problem:

Open the file platforms/android/build.gradle and add these code at the end:

 configurations {
     all*.exclude group: 'com.android.support', module: 'support-v4'
 }
This and others usually problems was solved at:

https://docs.moodle.org/dev/Setting_up_your_development_environment_for_Moodle_Mobile_2_(Ionic_1)#Building_for_Android_and_iOS

Best regards

Average of ratings: Useful (1)
In reply to Dani Ureña

Re: why moodle 3.5 can't be built?

by behnaz ranjbar -

yeah after the days i could solve that problem but again thank you so much for answering