Android Studio Arctic Fox

Google has announced a new version of the Android Studio software code named Android Studio Arctic Fox. Currently the Android Studio Arctic Fox in the Canary channel with a new version numbering 2020.3.1.1. The new version numbering system for Android Studio now closely align with IntelliJ IDEA, the IDE upon which Android Studio is built. Now You can now download Android Studio Arctic Fox Canary 1 (2020.3.1.1) from below download link.

android studio

(more…)

Continue ReadingAndroid Studio Arctic Fox

How to install Flutter UI toolkit on Ubuntu

  • Post last modified:July 23, 2020
  • Post category:Linux
  • Post author:

Flutter is free open source UI SDK application framework from Google. Using this you can create softwares for Web, Android, iOS, Linux, Mac, Windows and Google Fuchsia with a single code base. Flutter apps are written in the Dart language.

Flutter minimum requirements for Linux:

64-bit Linux OS with 600MB Disk Space.
Tools: bash, curl, file, git 2.x, mkdir, rm, unzip, which, xz-utils, zip, libGLU.so.1, libglu1-mesa

(more…)

Continue ReadingHow to install Flutter UI toolkit on Ubuntu

How to install Android Studio on Ubuntu Linux

  • Post last modified:January 8, 2022
  • Post category:Linux
  • Post author:

Android Studio is the official IDE for Android application development from google for Linux, windows and Mac OS. It is based on JetBrains IntelliJ IDEA and 100% free. It comes with gradle-based build system, android emulator, sample code templates and GitHub integration, Lint tools, C++ and NDK support, Google Cloud Platform support and Instant Run.

Android Studio

(more…)

Continue ReadingHow to install Android Studio on Ubuntu Linux