What are the ways to automatically compile android project (java) using python tools. There is an idea to implement a service for automatic compilation in apk android applications.

  • Android projects are usually collected using gradle. Go to the project directory and run the console command, I think python is capable of that. Why use a python for this? - keekkenen

0