Android Studio 3.0 changelog:
- Support for Android 8.0.
- Support for building separate APKs based on language resources.
- Support for Java 8 libraries and Java 8 language features (without the Jack compiler).
- Support for Android Test Support Library 1.0 (Android Test Utility and Android Test Orchestrator).
- Improved ndk-build and cmake build speeds.
- Improved Gradle sync speed.
- AAPT2 is now enabled by default.
- Using ndkCompile is now more restricted. You should instead migrate to using either CMake or ndk-build to compile native code that you want to package into your APK. To learn more, read Migrate from ndkcompile.
- See more....
Installation instructions:
You can easily install it either via Maarten Fonville’s PPA or by using Ubuntu Make in Ubuntu 14.04, Ubuntu 16.04, Ubuntu 17.04, and Ubuntu 17.10.
Opening terminal (Ctrl+Alt+T) and running the command:
Install Java 8 on Ubuntu
The first need to install Java. It’s recommended to install Oracle Java, because it has a performance edge over OpenJDK. Run the following commands in terminal to install it from PPA and set Oracle Java 8 by default:
$ sudo add-apt-repository ppa:webupd8team/java $ sudo apt-get update $ sudo apt-get install java-common oracle-java8-installer $ sudo apt-get install oracle-java8-set-default |
Install Android Studio on Ubuntu
Run the following commands to add Android Studio PPA and install.
$ sudo add-apt-repository ppa:maarten-fonville/android-studio $ sudo apt-get update $ sudo apt-get install android-studio |
To install Android Studio 3.0 via Ubuntu Make
$ sudo apt install ubuntu-make $ umake android |
refer original : https://howto-ubuntunew.blogspot.com/
0 comments:
Post a Comment
Note: only a member of this blog may post a comment.