Ubuntu Make is a project by Canonical to enable quick and easy setup of common developer tools on Ubuntu. It was formerly named Ubuntu Developer Tools Center and was changed to Ubuntu Make based on the new name proposals from Ubuntu community. With a new name also comes a new 0.2 release which brings fixes for Android Studio installation. ADT has been removed because it is no longer in active development. Also Android Studio doesn't ship with Android SDK but you can download it separately or from the Android Studio setup process. Ubuntu Make can be used to install Android Studio and Eclipse for now. To install Ubuntu Make in Ubuntu 14.04 and 14.10, enter the following commands in Terminal: sudo add-apt-repository ppa:ubuntu-desktop/ubuntu-make sudo apt-get update sudo apt-get install ubuntu-make To install Android Studio, enter the following commands : umake android Then choose the installation path (or use the default), accept license by entering &quo
: Your source for Android & General Tech