Android development

I’m not sure exactly what you mean… You can use Tutor to run the LMS, but you’ll have to run your Android app code separately.

Or do you mean that you need a Tutor plugin that adds the mobile-api-extensions to the LMS? If so, I didn’t find an existing tutor plugin for this, but you can easily create one that installs mobile-api-extensions as an extra requirement:

  1. Create a small Tutor plugin using this tutorial.
  2. Add this to your plugin’s patches/openedx-dockerfile-post-python-requirements file:
    git+https://github.com/raccoongang/mobile-api-extensions.git@main#egg=mobile_api_extensions
    
  3. Install your plugin using the usual tutor plugins mechanism.