Skip to main content

Posts

Showing posts from June, 2019

#119-Android Studio Installation on Windows

Android studio is the no. one IDE you need if you are an android app developer. It has been designed specifically for anroid development. It is available for mac, windows, and linux. It's also the official IDE for android from google. Developers love android studio because of its all-encompassing features and easy-to-navigate user interface. In this article, you will learn how to install android studio on a windows machine. Before we jump on it, let's first learn more about the software solution. It's built on jetbrains' intelli j idea. It replaced eclipse android development tools. It is a freeware and its source code is available in the public domain. It's written in java, kotlin, and c plus plus. Kotlin is a programming language from jetbrains. It's spnosored by both jetbrains and google through a foundation . It is also the google's preferred language for android app development starting from may 7, 2019. Announced on May 16, 2013 in a google i/o event,...