I inherited the Android Java code in my company, without Gradle files, etc., and I want to be able to compile this on my dev server (I program from a ChromeOS computer, therefore, connecting the CLI SSH to the server where I doing dev stuff). Now I have found some Docker images, such as https://hub.docker.com/r/ksoichiro/android/ (with a broken command line example), but so far I have not been able to create an APK. What am I missing and how will you do it?
source share