Unable to set up development environment

Re: Unable to set up development environment

by Dani Palou -
Number of replies: 0
Picture of Core developers Picture of Moodle HQ Picture of Particularly helpful Moodlers Picture of Peer reviewers Picture of Plugin developers

Hi Jaco,

please make sure that you have installed this plugin:

cordova-android-support-gradle-release

Please use the version 2.0.1 of that plugin, there were some changes in Android recently that break the build system.

Also, please make sure to use the version 7.1.2 for the Android platform.

So I recommend you to run:

cordova platform remove android

cordova plugin remove cordova-android-support-gradle-release

cordova platform add android@7.1.2

cordova plugin add cordova-android-support-gradle-release@2.0.1

Cheers,

Dani