SyntaxFix
Write A Post
Hire A Developer
Questions
You can build on the command line with ant. See this guide.
Then, you can install it by using adb on the command line.
adb
adb install -r MyApp.apk
The -r flag is to replace the existing application.
-r