Building Android App without IDE from the command line

Recently I got the source code of one particular Android App from github and I wanted to build that on my Debian Unstable latest.  I was just trying to see how I could build without installing the IDE.  This is what I did. apt-get install default-jdk From Android site I downloaded both commandlinetools and gradle.Continue reading “Building Android App without IDE from the command line”