• Courses
  • Tutorials
  • Jobs
  • Practice
  • Contests
June 29, 2022 |10.0K Views
Setting up the Android Studio
  Share   Like
Description
Discussion

Android Studio is the official IDE (Integrated Development Environment) for Android app development and it is based on JetBrains’ IntelliJ IDEA software. Android Studio provides many excellent features that enhance productivity when building Android apps, such as:

  • A blended environment where one can develop for all Android devices
  • Apply Changes to push code and resource changes to the running app without restarting the app
  • A flexible Gradle-based build system
  • A fast and feature-rich emulator
  • GitHub and Code template integration to assist you to develop common app features and import sample code
  • Extensive testing tools and frameworks
  • C++ and NDK support
  • Built-in support for Google Cloud Platform, making it easy to integrate Google Cloud Messaging and App Engine, and many more.

Setting up the Android Studio : https://www.geeksforgeeks.org/guide-to-install-and-set-up-android-studio/

Read More