Monday, September 26, 2022

Android Studio 2.2 is Released, Install on Ubuntu 16.04, Ubuntu 15.10, ubuntu 15.04 and Ubuntu 14.04 LTS


Android Studio is a free, cross-platform and open source graphical application implemented in Java and designed from the offset to be used for developing all sorts of applications for the Linux kernel-based Android mobile operating system.

Distributed as a part of the Android Tools project from Google

The Android Studio application is distributed is part of the Android Tools project from Google, which provides several useful and powerful tools for the development of Android apps on multiple platforms.

Among these tools, we can mention several Eclipse plugins, an Android OS Emulator, an Android SDK (Software Development Kit), the AVD (Android Virtual Disk) Manager, Hierarchyviewer, ddms, as well as other useful command-line utilities.

Easy-to-use and intuitive GUI

When fired up, the application will presents itself to the user with an easy-to-use and intuitive graphical user interface (GUI) that allows the user to create a new project, import an existing project, open an existing project, check out a project from version control, as well as to configure various settings and read the built-in documentation and tutorials. All your recent projects will be displayed at a glance in the sidebar, on the right.



Android Studio 2.2 comes with enhancements across all development phases – Design, Development, Build and Test -, including a new Constraint Layout, Layout Editor, Firebase plug-in, Code Sample browser, Java 8 support, OpenJDK, GPU Debugger and others.

Design
  • Constraint Layout – similar to RelativeLayout but more flexible and easier to work with in the layout editor. Useful to create complex layouts without nesting them.
  • Layout Editor – a user interface tool for designing an application’s layout via drag and drop, including a properties editor.
  • Experimental Layout Inspector – used to create a snapshot of the current view hierarchy that is executed on the emulator or an actual device to determine if a layout is rendered as expected.

Develop
  • Firebase services – AdMob, Analytics, Authentication, Notifications – can be easily integrated with an existing or a new application.
  • Code Sample Browser – finds code samples showing how a variable, method or type are used on GitHub.
  • Better Code Analysis & Lint checks – includes 260 Android Lint and code inspections, including Java 8 checks and cross-file analysis.
  • IDE based on IntelliJ 2022.1.3

Build
  • The Jack compiler toolchain supports annotation processing and does incremental builds.
  • A number of Java 8 language features are supported including lambda expressions, type annotations, interface methods, method references.
  • Merged Manifest Viewer – used to see how the manifest merges with dependencies.
  • Experimental build cache – files and directories created in previous builds, even in different projects, are stored and reused to improve build time.
  • OpenJDK is now bundled with Android Studio. A different JDK can be used if desired.

Test
  • Espresso Test Recorder (Beta) – records interactions with a UI to play them in an Espresso test locally or on Firebase.
  • GPU Debugger (Beta) – used to debug OpenGL ES applications.
  • APK Analyzer – provides size information about various components in an APK.

Android Studio 2.2 includes stability fixes and performance improvements. For more details on what is new we recommend reading the release notes.

Install/Update Android Studio 2.2 on Ubuntu 16.04 Xenial Xerus, Ubuntu 15.10 Wily Werewolf, Ubuntu 15.04 vivid Vervet, ubuntu 14.10 Utopic Unicorn, Ubuntu 14.04 Trusty Tahr (LTS) and Linux Mint 17.1 Rebecca, Linux Mint 17 Qiana via PPA :

Because it is available via PPA, installing Android Studio 2.0 on Ubuntu 16.04 Xenial Xerus, Ubuntu 15.10 Wily Werewolf, Ubuntu 15.04, Ubuntu 14.10 and derivative systems is easy. All you have to do is add the ppa to your system, update the local repository index and install the vlc package. Like this:

Install JAVA :

Android Studio depends on Java, and Oracle Java 7 or 8 is recommended. Open terminal and run the commands like this :

sudo add-apt-repository -y ppa:webupd8team/java
 
sudo apt-get update
 
sudo apt-get install oracle-java7-installer oracle-java7-set-default

After install java, next to download Android Studio 2.2 zip package, open terminal and follow the command :

wget https://dl.google.com/dl/android/studio/ide-zips/2.2.0.12/android-studio-ide-145.3276617-linux.zip
unzip android-studio-ide-145.3276617-linux.zip
 
cd android-studio/bin
 
./studio.sh

Process installation, Like this :


and push next to process :


Choose standar installation


Next :
 And finish 🙂

For old version you can follow this page
Previous Post
Next Post

0 comments: