how can i compile my own apk

Re: how can i compile my own apk

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

Hi,

you should compile in AOT to decrease the start time of the app:

https://docs.moodle.org/dev/Setting_up_your_development_environment_for_Moodle_Mobile_2#Compiling_using_AOT

Cheers,

Dani