Wednesday, 19 August 2015

Steps To Create First Project In Android Studio

Steps To Create First Project in Studio:
To create project in android studio we need to download and install android studio.Has i discussed in my first tutorial called  "How to set Environment For android Development". In that i clearly mentioned all the points in details from the scratch Please go through it.

Short Guide line to develop project:

Android Studio is the official Integrated Development Environment (IDE) for Android development. It includes everything you need to begin developing Android apps.
After installing Android Studio, you have:
  • IntelliJ IDE + Android Studio plugin
  • Android SDK Tools
  • Android Platform-tools
  • A version of the Android platform
  • A version of the Android system image for the emulator
Click on Download Android Studio and SDK Tools to get started.
It will automatically detects your operating system and gives the correct Android Studio download link.

Go to Launchpad or your applications directory, open Android Studio to complete installation and them From start menu click on android studio icon once you click android studio will launch

 First, it asks you to import your settings from a previous version of Android Studio. If you have a previous version, specify config folder or installation home of the previous version of Android Studio. After you click "OK", it shows a welcome message. After you click "Next", select "Standard" as the type of setup you want for Android Studio. Next, Android Studio will automatically install the Android SDK. Accept all licenses to continue. After installing the Android SDK, you are ready to build and run the Hello World app.

Creating a New Android Project:

To start a new Android app project for HelloWorld follow the wizard input.
   
1. Click "Start a new Android Studio project" as shown below.


 

 2. Fill in the application name, package name, and project location as as shown below. The package name is the reverse of the company domain. If you want to customize the package name, click edit on the right of Package name. The project location is where your project files reside.You can choose any location you want. Click next when you are done.

     3.For Minimum Required SDK, just accept the default and click next




    Your can change the minimum SDK as per your requirements of the application project or according to Client requirement.

    4.After clicking on the next you will get another screen which will ask for Activity type like blank, blank activity with fragments, Google map activity etc.
       
                                            

    Just Click on Blank Activity and then press Next Button.

    5.Next Step will ask you to rename your activity name as the below



    6. Finally Click on the finish button.once click on the finish button then final screen will appear as the below.


    Please Send Your Comments To ambilpura.sunil@gmail.com



    NEXT Tutorial:  How To Run Android Studio Project on Emulator or Our Device(Phone or Tablet)  

    No comments:

    Post a Comment