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 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.
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.
Select Blank Activity for this Demo App.
Add Virtual Android Device
Fill the information as shown on the image below.
Final Step – Test it!
After you have created your emulator, click on run the app from the top menu.
Check logs for any error:
Installing net.lirent.blogrss
[…] you are new to Android Studio, follow our previews Android tutorial for beginners. Here we will cover some of the Keyboard shortcuts that are very useful and save some time. To make […]
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?
Hello Yiwang,
In this version, the toolbar is hidden by default. If you want to bring it back, select View > Toolbar.
[…] have to take care. We will have a deeper look to this class. Before continuing you have to install Android Studio, used on this tutorial and create a […]
[…] Emulator. In case that we don’t want to test every time our App on a smartphone, we have to create a new AVD. Sometimes this virtual device is really slow, and if you are running on a Intel machine, here is a […]