Top Banner
Installation Of Android Studio
17

Android studio installation

Feb 23, 2017

Download

Software

Faysal Hossain
Welcome message from author
This document is posted to help you gain knowledge. Please leave a comment to let me know what you think about it! Share it to your friends and learn new things together.
Transcript
Page 1: Android studio installation

Installation Of Android

Studio

Page 2: Android studio installation

Download

Link: https://developer.android.com/sdk/index.htmlDownload the android studio and start installing it

Page 3: Android studio installation

Press Next

Page 4: Android studio installation

Wait Until the downloading of Components

Page 5: Android studio installation

Press Finish

Page 6: Android studio installation

Building a Simple Hello Android Program

Page 7: Android studio installation

Select Start a new Android Studio Project

Page 8: Android studio installation

Give Your Application name, Company Domain

Page 9: Android studio installation

Press Next

Page 10: Android studio installation

Select Blank Activity and Press Next

Page 11: Android studio installation

Select Finish

Page 12: Android studio installation

Your Project Structure will look like this

Page 13: Android studio installation

Toast.makeText(this,”Hello Android”,Toast.LENGTH_LONG).show(); is added to show a message

Page 14: Android studio installation

Select Run ‘app’ from the menu bar

Page 15: Android studio installation

App will run in the device, if you want to run it in the emulator you have to choose “Launch emulator”

Page 16: Android studio installation

You have successfully built your first android app

Page 17: Android studio installation

Thank you