Android Studio Tutorial for beginners

android-studio-tutorial-free-app-rss-demo-2

At Google I/O 2013 was launched a new Android development tool. Android Studio is the new environment based on IntelliJ IDEA. This tool is very similar to Eclipe with ADT Plugin provides integrated Android developer tools for development and debugging.

First Step with Android Studio

To install Android Studio you must have Java JDK installed on your machine. You can download free from Oracle website. The next step is downloading Android Studio.

android-studio-tutorial-free-app-rss-demo-1

Android Studio v0.1

Platform Package Size
Windows android-studio-bundle-130.677228-windows.exe 382109250 bytes
Mac OS X android-studio-bundle-130.677228-mac.dmg 371607412 bytes
Linux android-studio-bundle-130.677228-linux.tgz 400487529 bytes

Install Android Studio

Be sure that first you have installed JAVA SDK first. Launch the AS setup and follow the screen wizard guide.

 

How to create your First Android App

Launch the Android Studio and click on New Project.

android-studio-tutorial-free-app-rss-demo-23

On next screen you have to fill information for Application Name, Module Name, Package for your project and others settings you can leave as it is.

android-studio-tutorial-free-app-rss-demo-3

Select Blank Activity for this Demo App.

android-studio-tutorial-free-app-rss-demo-4

android-studio-tutorial-free-app-rss-demo-5

Add Virtual Android Device

android-studio-tutorial-free-app-rss-demo-6

Fill the information as shown on the image below.

android-studio-tutorial-free-app-rss-demo-8

Final Step – Test it!

android-studio-tutorial-free-app-rss-demo-7

After you have created your emulator, click on run the app from the top menu.

Check logs for any error:
Installing net.lirent.blogrss

android-studio-tutorial-free-app-rss-demo-2-final-test

Share your love

5 Comments

  1. I have installed the android studio, but why were the button of the avd and sdk manager are in gray color, so I can’t start my avd and sdk manager, how can I solved the problem?

Leave a Reply

Your email address will not be published. Required fields are marked *