Ubuntu Make, formerly known as Ubuntu Developer Tools Center, is an open source command line tool software that users can easily install on major Linux platforms to develop Android applications.

Ubuntu-make.png
The latest version Ubuntu Make 15.11.1,Release Log:
- Added support for Netbeans IDE, with possibility of extension to support its flavours.
- Add large and initial support for medium tests.
- Add Rust support, installing the latest rust compiler and tools version.
- Initial support for medium and large tests.
- Override GOROOT value instead of appending it (Go doesn’t support GOROOT having multiple values).
- Change android NDK env variable to use NDK_ROOT instead of ANDROID_NDK.
- Fix webstorm icon renamed upstream.
- Ship version file as part of the install (Now –version really works on packaged flavor as well) + stamp generated binary with correct version.
- Fix BaseInstaller to not crash when all downloads assets are 404 + add medium tests for this.
- Ensure -r global option behave like –remove.
- Some style, refactoring and formatting tidy up for recent merges and changes.
- Add medium assets, certificates and additional failure test cases for netbeans and rust.
- Update docker container for medium tests with new certificates.
- Readd Travis CI integration running pep8 and small tests (with badge status and updated wording in README). New pushes and pull requests are now automatically tested on those 2 kinds of tests.
- Fix and updates dependencies for package and pip virtualenv deps.
- Standardize the test environment so that people running tests using for instance zsh are not impacted.
- Finish up shipping static files support for future frameworks.
- Using scala framework for loading tests and making autopkgtests pass on armel64 (android not available on this arch).
- Improve releasing script and migrate gbp config to new headers.
- Refreshed translation template and updated translations. Thanks to all our translators!
Ubuntu user installation command:
sudo add-apt-repository ppa:ubuntu-desktop/ubuntu-make
sudo apt-get update
sudo apt-get install ubuntu-make
Uninstall the umake command:
sudo apt-get remove ubuntu-make
Instructions for use: To understand Ubuntu, run umake –help: To install unified 3D:
sudo umake games unity3d
Install Arduino IDE, command:
sudo umake ide arduino
Install the GO command:
sudo umake go go-lang
Install dartlang command:
sudo umake dart editor
Install pycharm command:
sudo umake ide pycharm
Install eclipse command:
sudo umake ide eclipse
Install IntelliJ IDEA command:
sudo umake ide idea-ultimate
Install IntelliJ IDEA Community Edition command:
sudo umake ide idea
Install the Webstorm command:
sudo umake ide webstorm
Install the pycharm-professional command:
sudo umake ide pycharm-professional
Install the pycharm-educational command:
sudo umake ide pycharm-educational
Install Phpstorm command:
sudo umake ide phpstorm
Install Rubymine command:
sudo umake ide rubymine
Install Stencyl command:
sudo umake games stencyl
Install Android NDK command:
sudo umake android android-ndk
Install Android Studio command:
sudo umake android android-studio
Install Firefox Dev command:
sudo umake web firefox-dev
Transfer from: IMCN