Mobile build

Thanks for checking,

It’s been a while since I’ve packaged for mobile, so I’m not super up-to-date on the latest build system idiosyncrasies.

A search for “cmd.exe failed with args /c rungradle.bat :app:assembleDebug” returns a lot of discussion on this error.

Found some cool info in a reddit post

Gradle is an extra tool that helps with build automation and dependency management. It’s not part of the JDK/JRE, but does require the JRE to run.

  • There’s Java, the language.
  • There’s the JDK (Java Development Kit), which allows developers to compile the code into bytecode.
  • There’s the JRE (Java Runtime Environment), which allows the compiled bytecode to be executed using the JVM (Java Virtual Machine).

So, I’d experiment with Java version and possibly ‘Manually targeting SDK paths’ (there’s a section for that in the doc I linked in first post)

1 Like