SlideShare a Scribd company logo
1 of 13
Setting Up Your First App For Android
1)   The first thing you need to setup in “Android Development Environment” is JDK or Java
     Development Kit. It can be downloaded from Oracle Website.

     http://www.oracle.com/technetwork/java/javase/downloads/index.html




     The new JDKs can update theirselves automatically for free, so you just need to install it once.

2)   In previous times, when you use eclipse for android development, you need to install Eclipse
     and android SDK manager separately and configure them with each other. But now a configured
     and customized Eclipse version can be downloaded from Android developer’s site. here is the
     URL:

     http://developer.android.com/sdk/index.html
3)   You don’t need to install anything after downloading this Bundle. Android SDK will be
     downloaded as a compressed File that contains Eclipse and Android SDK manager. You need to
     Run Eclipse from the respective folder.
4)   Congratulations…! You have successfully environment for android Development.

5)   If you are opening Eclipse for the first time, then there will be 99% chances that you will see the
     following dialogue box(if this dialogue doesn’t appear then it means that eclipse is getting its
     info from some previous versions).




     This dialogue box require you to set up the Directory or Workspace in which you or eclipse will
     store all the projects or apps and their related data(It is recommended that you choose drive
     other than “C” in order to prevent drive access errors due to OS security reasons, in future).
6)   Select you desired path and folder and click OK.

7)   Here is the first look of Environment.




     It’s a welcome Screen.

8)   Go to File->new->Android Application Project.




9)   The following Dialogue Box will appear.
Here:

Application NameThe name of your application

Project Name The name of the folder in which all related and required files will be stored
during the development phase. It resides in the workspace folder.

Package Name The name of the package in which main classes resides. The concept is same
as in the Java Language.

Minimum SDK RequiredThe lowest version of Android that your app supports, indicated using
the API level. To support as many devices as possible, you should set this to the lowest version
available that allows your app to provide its core feature set. If any feature of your app is
possible only on newer versions of Android and its not critical to the app's core feature set, you
can enable the feature only when running on the versions that support it.

Target SDKindicates the highest version of Android (also using the API level) with which you
have tested with your application.

As new versions of Android become available, you should test your app on the new version and
update this value to match the latest API level in order to take advantage of new platform
features.
Compile With is the platform version against which you will compile your app. By default, this
is set to the latest version of Android available in your SDK. (It should be Android 4.1 or greater;
if you don't have such a version available, you must install one using the SDK Manager). You can
still build your app to support older versions, but setting the build target to the latest version
      allows you to enable new features and optimize your app for a great user experience on the
      latest devices.
      ThemeFor the first time, select none. And then Click Next
      (some above content is copied from Android developer’s site )



10)   In the below screen, Just Click Next with the default Options.




11)   The next screen enables you to customize the icon of your Application. For the first time you can
      skip this option. Click Next. (You are allowed to create your own icon in any graphic software
      and use it as your app icon).


12)   The next screen will be of Create Activity. For the First time, select Blank Activity and click next.
13)   Set some attributes of the activity. Go with the Defaults and click finish.




      Congrats…!! You have just set up your Fist Project. This will take some time so be patient. 
      (You might need to close the welcome screen before viewing the created project.)
14)   The next screen that appears will be something like this.
14)   Now you really want to see your app running. For this you need to have an android phone or an
      emulator.
15)   Eclipse and Android SDK enables you to set up multiple emulators at the same time.
16)   Emulators are called AVD or Android Virtual Device.
17)   To set up or configure an emulator you need to open AVD manager by clicking its image as
      shown in above figure.


18)   Here is the Dialogue you will get when click the icon.




19)   Click NEW… A new Dialogue will appear.
20)   Give some related AVD name.
21)   In the Device option you will see all the devices that have already been included before. For the
      first time go with some predefined device.
22)   Target Android version or API has already been set when you are setting up your Project.
23)   Don’t play with all the options.
24)   Just set the amount of RAM of the computer you want to dedicate for the AVD, Set the internal
      storage of the phone and Select Emulation option of HOST GPU. Finally Click OK.
25)   Congrats…!! You have just set up an AVD.
26)   But you are still a bit away from executing your App.
27)   Click on Run Configuration.




28)   Double Click on Android Application.
29)   Select your Project and click Apply.




30)   In the target tab, select your AVD and click apply.
31)   Select RUN in the common tab.Click Apply close this dialogue.
32)   Now Click on RUN AS(Just Below Window menu) and Let your app finally run on AVD. It takes
      time. Be patient.

More Related Content

What's hot

Creating the first app with android studio
Creating the first app with android studioCreating the first app with android studio
Creating the first app with android studioParinita03
 
Android chapter02-setup2-emulator
Android chapter02-setup2-emulatorAndroid chapter02-setup2-emulator
Android chapter02-setup2-emulatorguru472
 
Introduction_to_android_and_android_studio
Introduction_to_android_and_android_studioIntroduction_to_android_and_android_studio
Introduction_to_android_and_android_studioAbdul Basit
 
Generating efficient APK by Reducing Size and Improving Performance
Generating efficient APK by Reducing Size and Improving PerformanceGenerating efficient APK by Reducing Size and Improving Performance
Generating efficient APK by Reducing Size and Improving PerformanceParesh Mayani
 
Android development session 5 - Debug android studio
Android development   session 5 - Debug android studioAndroid development   session 5 - Debug android studio
Android development session 5 - Debug android studioFarabi Technology Middle East
 
Anroid Tutorial Beginner level By SAMRAT TAYADE
Anroid Tutorial Beginner level By SAMRAT TAYADE Anroid Tutorial Beginner level By SAMRAT TAYADE
Anroid Tutorial Beginner level By SAMRAT TAYADE Samrat Tayade
 
Android Studio Overview
Android Studio OverviewAndroid Studio Overview
Android Studio OverviewSalim Hosen
 
Android installation guide
Android installation guideAndroid installation guide
Android installation guidemagicshui
 
Simple Android Project (SAP)... A Test Application
Simple Android Project (SAP)... A Test ApplicationSimple Android Project (SAP)... A Test Application
Simple Android Project (SAP)... A Test ApplicationAritra Mukherjee
 
Android deep dive
Android deep diveAndroid deep dive
Android deep diveAnuSahniNCI
 
Installing android sdk on net beans
Installing android sdk on net beansInstalling android sdk on net beans
Installing android sdk on net beansAravindharamanan S
 
Bai thuc hanh lap trinh Android so 1
Bai thuc hanh lap trinh Android so 1Bai thuc hanh lap trinh Android so 1
Bai thuc hanh lap trinh Android so 1Frank Pham
 
Building your Own Mobile Enterprise Application: It’s Not as Hard as You Migh...
Building your Own Mobile Enterprise Application: It’s Not as Hard as You Migh...Building your Own Mobile Enterprise Application: It’s Not as Hard as You Migh...
Building your Own Mobile Enterprise Application: It’s Not as Hard as You Migh...Jason Conger
 

What's hot (20)

Creating the first app with android studio
Creating the first app with android studioCreating the first app with android studio
Creating the first app with android studio
 
Android chapter02-setup2-emulator
Android chapter02-setup2-emulatorAndroid chapter02-setup2-emulator
Android chapter02-setup2-emulator
 
Introduction_to_android_and_android_studio
Introduction_to_android_and_android_studioIntroduction_to_android_and_android_studio
Introduction_to_android_and_android_studio
 
Generating efficient APK by Reducing Size and Improving Performance
Generating efficient APK by Reducing Size and Improving PerformanceGenerating efficient APK by Reducing Size and Improving Performance
Generating efficient APK by Reducing Size and Improving Performance
 
Android studio
Android studioAndroid studio
Android studio
 
Android development session 5 - Debug android studio
Android development   session 5 - Debug android studioAndroid development   session 5 - Debug android studio
Android development session 5 - Debug android studio
 
Anroid Tutorial Beginner level By SAMRAT TAYADE
Anroid Tutorial Beginner level By SAMRAT TAYADE Anroid Tutorial Beginner level By SAMRAT TAYADE
Anroid Tutorial Beginner level By SAMRAT TAYADE
 
Google Android
Google AndroidGoogle Android
Google Android
 
Android tutorial
Android tutorialAndroid tutorial
Android tutorial
 
Android Applications Development
Android Applications DevelopmentAndroid Applications Development
Android Applications Development
 
Android course (lecture2)
Android course (lecture2)Android course (lecture2)
Android course (lecture2)
 
Android development module
Android development moduleAndroid development module
Android development module
 
Android Studio Overview
Android Studio OverviewAndroid Studio Overview
Android Studio Overview
 
Android installation guide
Android installation guideAndroid installation guide
Android installation guide
 
Simple Android Project (SAP)... A Test Application
Simple Android Project (SAP)... A Test ApplicationSimple Android Project (SAP)... A Test Application
Simple Android Project (SAP)... A Test Application
 
android studio
 android studio android studio
android studio
 
Android deep dive
Android deep diveAndroid deep dive
Android deep dive
 
Installing android sdk on net beans
Installing android sdk on net beansInstalling android sdk on net beans
Installing android sdk on net beans
 
Bai thuc hanh lap trinh Android so 1
Bai thuc hanh lap trinh Android so 1Bai thuc hanh lap trinh Android so 1
Bai thuc hanh lap trinh Android so 1
 
Building your Own Mobile Enterprise Application: It’s Not as Hard as You Migh...
Building your Own Mobile Enterprise Application: It’s Not as Hard as You Migh...Building your Own Mobile Enterprise Application: It’s Not as Hard as You Migh...
Building your Own Mobile Enterprise Application: It’s Not as Hard as You Migh...
 

Viewers also liked

Mobile Order Management and real-time analytics on SAP HANA
Mobile Order Management and real-time analytics on SAP HANAMobile Order Management and real-time analytics on SAP HANA
Mobile Order Management and real-time analytics on SAP HANAJens Frenzel
 
What our customers think of Alison Pate
What our customers think of Alison PateWhat our customers think of Alison Pate
What our customers think of Alison Patealisonpate1
 
Como insertar un video en un blogger
Como insertar un  video en un bloggerComo insertar un  video en un blogger
Como insertar un video en un bloggerYeniferxddd
 
Producción y gestión de la información
Producción y gestión de la información Producción y gestión de la información
Producción y gestión de la información NabetseGalvan
 
Aging Beautifully Part 1: Osteoarthritis
Aging Beautifully Part 1: OsteoarthritisAging Beautifully Part 1: Osteoarthritis
Aging Beautifully Part 1: Osteoarthritisciehortl
 
Gladiator Black Tungsten Ring
Gladiator Black Tungsten RingGladiator Black Tungsten Ring
Gladiator Black Tungsten RingMadtungsten
 
Búsqueda, veracidad y seguridad de la información
Búsqueda, veracidad y seguridad de la información  Búsqueda, veracidad y seguridad de la información
Búsqueda, veracidad y seguridad de la información NabetseGalvan
 
planning change certificate
planning change certificateplanning change certificate
planning change certificateHesham Ramadan
 
Comunicación y colaboración
Comunicación y colaboraciónComunicación y colaboración
Comunicación y colaboraciónNabetseGalvan
 
Proyectos de aprendizaje con integración de las tic
Proyectos de aprendizaje con integración de las ticProyectos de aprendizaje con integración de las tic
Proyectos de aprendizaje con integración de las ticNabetseGalvan
 
Como insertar un video en blogger
Como insertar un video en bloggerComo insertar un video en blogger
Como insertar un video en bloggerBe3lita4hx
 
Eduardo posada flórez
Eduardo posada flórezEduardo posada flórez
Eduardo posada flórez7141572
 
Diferentes tipos de géneros musicales angie y mafe
Diferentes tipos de géneros musicales angie y mafeDiferentes tipos de géneros musicales angie y mafe
Diferentes tipos de géneros musicales angie y mafefernanditadu
 
Meetup Confianza Creativa - Enero 2014
Meetup Confianza Creativa - Enero 2014Meetup Confianza Creativa - Enero 2014
Meetup Confianza Creativa - Enero 2014P3 Ventures
 
The fuchsia-blue-coaching-approach
The fuchsia-blue-coaching-approachThe fuchsia-blue-coaching-approach
The fuchsia-blue-coaching-approachJulie Drybrough
 
Cómo restaurar imagen de particiones de disco
Cómo restaurar imagen de particiones de discoCómo restaurar imagen de particiones de disco
Cómo restaurar imagen de particiones de discoMabel Fantacci
 

Viewers also liked (20)

Mobile Order Management and real-time analytics on SAP HANA
Mobile Order Management and real-time analytics on SAP HANAMobile Order Management and real-time analytics on SAP HANA
Mobile Order Management and real-time analytics on SAP HANA
 
What our customers think of Alison Pate
What our customers think of Alison PateWhat our customers think of Alison Pate
What our customers think of Alison Pate
 
Como insertar un video en un blogger
Como insertar un  video en un bloggerComo insertar un  video en un blogger
Como insertar un video en un blogger
 
Producción y gestión de la información
Producción y gestión de la información Producción y gestión de la información
Producción y gestión de la información
 
Aging Beautifully Part 1: Osteoarthritis
Aging Beautifully Part 1: OsteoarthritisAging Beautifully Part 1: Osteoarthritis
Aging Beautifully Part 1: Osteoarthritis
 
Gladiator Black Tungsten Ring
Gladiator Black Tungsten RingGladiator Black Tungsten Ring
Gladiator Black Tungsten Ring
 
Búsqueda, veracidad y seguridad de la información
Búsqueda, veracidad y seguridad de la información  Búsqueda, veracidad y seguridad de la información
Búsqueda, veracidad y seguridad de la información
 
planning change certificate
planning change certificateplanning change certificate
planning change certificate
 
Comunicación y colaboración
Comunicación y colaboraciónComunicación y colaboración
Comunicación y colaboración
 
Proyectos de aprendizaje con integración de las tic
Proyectos de aprendizaje con integración de las ticProyectos de aprendizaje con integración de las tic
Proyectos de aprendizaje con integración de las tic
 
Como insertar un video en blogger
Como insertar un video en bloggerComo insertar un video en blogger
Como insertar un video en blogger
 
FNBLife
FNBLifeFNBLife
FNBLife
 
Como subir un video a
Como subir un video aComo subir un video a
Como subir un video a
 
Tema 5
Tema 5Tema 5
Tema 5
 
Servicios web internet
Servicios web   internetServicios web   internet
Servicios web internet
 
Eduardo posada flórez
Eduardo posada flórezEduardo posada flórez
Eduardo posada flórez
 
Diferentes tipos de géneros musicales angie y mafe
Diferentes tipos de géneros musicales angie y mafeDiferentes tipos de géneros musicales angie y mafe
Diferentes tipos de géneros musicales angie y mafe
 
Meetup Confianza Creativa - Enero 2014
Meetup Confianza Creativa - Enero 2014Meetup Confianza Creativa - Enero 2014
Meetup Confianza Creativa - Enero 2014
 
The fuchsia-blue-coaching-approach
The fuchsia-blue-coaching-approachThe fuchsia-blue-coaching-approach
The fuchsia-blue-coaching-approach
 
Cómo restaurar imagen de particiones de disco
Cómo restaurar imagen de particiones de discoCómo restaurar imagen de particiones de disco
Cómo restaurar imagen de particiones de disco
 

Similar to Getting Enter in Android development

Android software development – the first few hours
Android software development – the first few hoursAndroid software development – the first few hours
Android software development – the first few hourssjmarsh
 
Final NEWS.pdf
Final NEWS.pdfFinal NEWS.pdf
Final NEWS.pdfRebaMaheen
 
Final NewsApp.pdf
Final NewsApp.pdfFinal NewsApp.pdf
Final NewsApp.pdfRebaMaheen
 
Homework seriesandroidworkshop JUly 12th
Homework seriesandroidworkshop JUly 12thHomework seriesandroidworkshop JUly 12th
Homework seriesandroidworkshop JUly 12thRishi Kumar
 
Android chapter02-setup1-sdk
Android chapter02-setup1-sdkAndroid chapter02-setup1-sdk
Android chapter02-setup1-sdkTran Le Hoan
 
androidstudio.pptx
androidstudio.pptxandroidstudio.pptx
androidstudio.pptxSundaresanB5
 
Android Training Ahmedabad , Android Project Training Ahmedabad, Android Live...
Android Training Ahmedabad , Android Project Training Ahmedabad, Android Live...Android Training Ahmedabad , Android Project Training Ahmedabad, Android Live...
Android Training Ahmedabad , Android Project Training Ahmedabad, Android Live...NicheTech Com. Solutions Pvt. Ltd.
 
03 Beginning Android Application Development
03 Beginning Android Application Development03 Beginning Android Application Development
03 Beginning Android Application DevelopmentArief Gunawan
 
Day: 2 Environment Setup for Android Application Development
Day: 2 Environment Setup for Android Application DevelopmentDay: 2 Environment Setup for Android Application Development
Day: 2 Environment Setup for Android Application DevelopmentAhsanul Karim
 
Android styles and themes
Android   styles and themesAndroid   styles and themes
Android styles and themesDeepa Rani
 
Introduction to Android and Java.pptx
Introduction to Android and Java.pptxIntroduction to Android and Java.pptx
Introduction to Android and Java.pptxGandhiMathy6
 

Similar to Getting Enter in Android development (20)

Android software development – the first few hours
Android software development – the first few hoursAndroid software development – the first few hours
Android software development – the first few hours
 
Bird.pdf
 Bird.pdf Bird.pdf
Bird.pdf
 
Final NEWS.pdf
Final NEWS.pdfFinal NEWS.pdf
Final NEWS.pdf
 
Final NewsApp.pdf
Final NewsApp.pdfFinal NewsApp.pdf
Final NewsApp.pdf
 
Homework seriesandroidworkshop JUly 12th
Homework seriesandroidworkshop JUly 12thHomework seriesandroidworkshop JUly 12th
Homework seriesandroidworkshop JUly 12th
 
Android chapter02-setup1-sdk
Android chapter02-setup1-sdkAndroid chapter02-setup1-sdk
Android chapter02-setup1-sdk
 
androidstudio.pptx
androidstudio.pptxandroidstudio.pptx
androidstudio.pptx
 
Android Training Ahmedabad , Android Project Training Ahmedabad, Android Live...
Android Training Ahmedabad , Android Project Training Ahmedabad, Android Live...Android Training Ahmedabad , Android Project Training Ahmedabad, Android Live...
Android Training Ahmedabad , Android Project Training Ahmedabad, Android Live...
 
03 Beginning Android Application Development
03 Beginning Android Application Development03 Beginning Android Application Development
03 Beginning Android Application Development
 
Day: 2 Environment Setup for Android Application Development
Day: 2 Environment Setup for Android Application DevelopmentDay: 2 Environment Setup for Android Application Development
Day: 2 Environment Setup for Android Application Development
 
Android styles and themes
Android   styles and themesAndroid   styles and themes
Android styles and themes
 
Android app upload
Android app uploadAndroid app upload
Android app upload
 
Webinar on Google Android SDK
Webinar on Google Android SDKWebinar on Google Android SDK
Webinar on Google Android SDK
 
Android wear notes
Android wear notesAndroid wear notes
Android wear notes
 
Android wear notes
Android wear notesAndroid wear notes
Android wear notes
 
Android
Android Android
Android
 
Android Basic
Android BasicAndroid Basic
Android Basic
 
Introduction to Android and Java.pptx
Introduction to Android and Java.pptxIntroduction to Android and Java.pptx
Introduction to Android and Java.pptx
 
Android
AndroidAndroid
Android
 
Anveshan android
Anveshan androidAnveshan android
Anveshan android
 

Recently uploaded

PSYCHIATRIC History collection FORMAT.pptx
PSYCHIATRIC   History collection FORMAT.pptxPSYCHIATRIC   History collection FORMAT.pptx
PSYCHIATRIC History collection FORMAT.pptxPoojaSen20
 
Measures of Central Tendency: Mean, Median and Mode
Measures of Central Tendency: Mean, Median and ModeMeasures of Central Tendency: Mean, Median and Mode
Measures of Central Tendency: Mean, Median and ModeThiyagu K
 
Industrial Policy - 1948, 1956, 1973, 1977, 1980, 1991
Industrial Policy - 1948, 1956, 1973, 1977, 1980, 1991Industrial Policy - 1948, 1956, 1973, 1977, 1980, 1991
Industrial Policy - 1948, 1956, 1973, 1977, 1980, 1991RKavithamani
 
How to Make a Pirate ship Primary Education.pptx
How to Make a Pirate ship Primary Education.pptxHow to Make a Pirate ship Primary Education.pptx
How to Make a Pirate ship Primary Education.pptxmanuelaromero2013
 
Concept of Vouching. B.Com(Hons) /B.Compdf
Concept of Vouching. B.Com(Hons) /B.CompdfConcept of Vouching. B.Com(Hons) /B.Compdf
Concept of Vouching. B.Com(Hons) /B.CompdfUmakantAnnand
 
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...Marc Dusseiller Dusjagr
 
Introduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptxIntroduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptxpboyjonauth
 
Micromeritics - Fundamental and Derived Properties of Powders
Micromeritics - Fundamental and Derived Properties of PowdersMicromeritics - Fundamental and Derived Properties of Powders
Micromeritics - Fundamental and Derived Properties of PowdersChitralekhaTherkar
 
CARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptxCARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptxGaneshChakor2
 
microwave assisted reaction. General introduction
microwave assisted reaction. General introductionmicrowave assisted reaction. General introduction
microwave assisted reaction. General introductionMaksud Ahmed
 
URLs and Routing in the Odoo 17 Website App
URLs and Routing in the Odoo 17 Website AppURLs and Routing in the Odoo 17 Website App
URLs and Routing in the Odoo 17 Website AppCeline George
 
mini mental status format.docx
mini    mental       status     format.docxmini    mental       status     format.docx
mini mental status format.docxPoojaSen20
 
MENTAL STATUS EXAMINATION format.docx
MENTAL     STATUS EXAMINATION format.docxMENTAL     STATUS EXAMINATION format.docx
MENTAL STATUS EXAMINATION format.docxPoojaSen20
 
Introduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher EducationIntroduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher Educationpboyjonauth
 
_Math 4-Q4 Week 5.pptx Steps in Collecting Data
_Math 4-Q4 Week 5.pptx Steps in Collecting Data_Math 4-Q4 Week 5.pptx Steps in Collecting Data
_Math 4-Q4 Week 5.pptx Steps in Collecting DataJhengPantaleon
 
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptxSOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptxiammrhaywood
 
Science 7 - LAND and SEA BREEZE and its Characteristics
Science 7 - LAND and SEA BREEZE and its CharacteristicsScience 7 - LAND and SEA BREEZE and its Characteristics
Science 7 - LAND and SEA BREEZE and its CharacteristicsKarinaGenton
 
Q4-W6-Restating Informational Text Grade 3
Q4-W6-Restating Informational Text Grade 3Q4-W6-Restating Informational Text Grade 3
Q4-W6-Restating Informational Text Grade 3JemimahLaneBuaron
 

Recently uploaded (20)

PSYCHIATRIC History collection FORMAT.pptx
PSYCHIATRIC   History collection FORMAT.pptxPSYCHIATRIC   History collection FORMAT.pptx
PSYCHIATRIC History collection FORMAT.pptx
 
TataKelola dan KamSiber Kecerdasan Buatan v022.pdf
TataKelola dan KamSiber Kecerdasan Buatan v022.pdfTataKelola dan KamSiber Kecerdasan Buatan v022.pdf
TataKelola dan KamSiber Kecerdasan Buatan v022.pdf
 
Measures of Central Tendency: Mean, Median and Mode
Measures of Central Tendency: Mean, Median and ModeMeasures of Central Tendency: Mean, Median and Mode
Measures of Central Tendency: Mean, Median and Mode
 
Industrial Policy - 1948, 1956, 1973, 1977, 1980, 1991
Industrial Policy - 1948, 1956, 1973, 1977, 1980, 1991Industrial Policy - 1948, 1956, 1973, 1977, 1980, 1991
Industrial Policy - 1948, 1956, 1973, 1977, 1980, 1991
 
How to Make a Pirate ship Primary Education.pptx
How to Make a Pirate ship Primary Education.pptxHow to Make a Pirate ship Primary Education.pptx
How to Make a Pirate ship Primary Education.pptx
 
Concept of Vouching. B.Com(Hons) /B.Compdf
Concept of Vouching. B.Com(Hons) /B.CompdfConcept of Vouching. B.Com(Hons) /B.Compdf
Concept of Vouching. B.Com(Hons) /B.Compdf
 
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
 
Introduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptxIntroduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptx
 
Micromeritics - Fundamental and Derived Properties of Powders
Micromeritics - Fundamental and Derived Properties of PowdersMicromeritics - Fundamental and Derived Properties of Powders
Micromeritics - Fundamental and Derived Properties of Powders
 
CARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptxCARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptx
 
microwave assisted reaction. General introduction
microwave assisted reaction. General introductionmicrowave assisted reaction. General introduction
microwave assisted reaction. General introduction
 
URLs and Routing in the Odoo 17 Website App
URLs and Routing in the Odoo 17 Website AppURLs and Routing in the Odoo 17 Website App
URLs and Routing in the Odoo 17 Website App
 
mini mental status format.docx
mini    mental       status     format.docxmini    mental       status     format.docx
mini mental status format.docx
 
MENTAL STATUS EXAMINATION format.docx
MENTAL     STATUS EXAMINATION format.docxMENTAL     STATUS EXAMINATION format.docx
MENTAL STATUS EXAMINATION format.docx
 
Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝
 
Introduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher EducationIntroduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher Education
 
_Math 4-Q4 Week 5.pptx Steps in Collecting Data
_Math 4-Q4 Week 5.pptx Steps in Collecting Data_Math 4-Q4 Week 5.pptx Steps in Collecting Data
_Math 4-Q4 Week 5.pptx Steps in Collecting Data
 
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptxSOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
 
Science 7 - LAND and SEA BREEZE and its Characteristics
Science 7 - LAND and SEA BREEZE and its CharacteristicsScience 7 - LAND and SEA BREEZE and its Characteristics
Science 7 - LAND and SEA BREEZE and its Characteristics
 
Q4-W6-Restating Informational Text Grade 3
Q4-W6-Restating Informational Text Grade 3Q4-W6-Restating Informational Text Grade 3
Q4-W6-Restating Informational Text Grade 3
 

Getting Enter in Android development

  • 1. Setting Up Your First App For Android 1) The first thing you need to setup in “Android Development Environment” is JDK or Java Development Kit. It can be downloaded from Oracle Website. http://www.oracle.com/technetwork/java/javase/downloads/index.html The new JDKs can update theirselves automatically for free, so you just need to install it once. 2) In previous times, when you use eclipse for android development, you need to install Eclipse and android SDK manager separately and configure them with each other. But now a configured and customized Eclipse version can be downloaded from Android developer’s site. here is the URL: http://developer.android.com/sdk/index.html
  • 2. 3) You don’t need to install anything after downloading this Bundle. Android SDK will be downloaded as a compressed File that contains Eclipse and Android SDK manager. You need to Run Eclipse from the respective folder.
  • 3. 4) Congratulations…! You have successfully environment for android Development. 5) If you are opening Eclipse for the first time, then there will be 99% chances that you will see the following dialogue box(if this dialogue doesn’t appear then it means that eclipse is getting its info from some previous versions). This dialogue box require you to set up the Directory or Workspace in which you or eclipse will store all the projects or apps and their related data(It is recommended that you choose drive other than “C” in order to prevent drive access errors due to OS security reasons, in future).
  • 4. 6) Select you desired path and folder and click OK. 7) Here is the first look of Environment. It’s a welcome Screen. 8) Go to File->new->Android Application Project. 9) The following Dialogue Box will appear.
  • 5. Here: Application NameThe name of your application Project Name The name of the folder in which all related and required files will be stored during the development phase. It resides in the workspace folder. Package Name The name of the package in which main classes resides. The concept is same as in the Java Language. Minimum SDK RequiredThe lowest version of Android that your app supports, indicated using the API level. To support as many devices as possible, you should set this to the lowest version available that allows your app to provide its core feature set. If any feature of your app is possible only on newer versions of Android and its not critical to the app's core feature set, you can enable the feature only when running on the versions that support it. Target SDKindicates the highest version of Android (also using the API level) with which you have tested with your application. As new versions of Android become available, you should test your app on the new version and update this value to match the latest API level in order to take advantage of new platform features. Compile With is the platform version against which you will compile your app. By default, this is set to the latest version of Android available in your SDK. (It should be Android 4.1 or greater; if you don't have such a version available, you must install one using the SDK Manager). You can
  • 6. still build your app to support older versions, but setting the build target to the latest version allows you to enable new features and optimize your app for a great user experience on the latest devices. ThemeFor the first time, select none. And then Click Next (some above content is copied from Android developer’s site ) 10) In the below screen, Just Click Next with the default Options. 11) The next screen enables you to customize the icon of your Application. For the first time you can skip this option. Click Next. (You are allowed to create your own icon in any graphic software and use it as your app icon). 12) The next screen will be of Create Activity. For the First time, select Blank Activity and click next.
  • 7. 13) Set some attributes of the activity. Go with the Defaults and click finish. Congrats…!! You have just set up your Fist Project. This will take some time so be patient.  (You might need to close the welcome screen before viewing the created project.) 14) The next screen that appears will be something like this.
  • 8. 14) Now you really want to see your app running. For this you need to have an android phone or an emulator. 15) Eclipse and Android SDK enables you to set up multiple emulators at the same time. 16) Emulators are called AVD or Android Virtual Device. 17) To set up or configure an emulator you need to open AVD manager by clicking its image as shown in above figure. 18) Here is the Dialogue you will get when click the icon. 19) Click NEW… A new Dialogue will appear.
  • 9. 20) Give some related AVD name. 21) In the Device option you will see all the devices that have already been included before. For the first time go with some predefined device. 22) Target Android version or API has already been set when you are setting up your Project. 23) Don’t play with all the options. 24) Just set the amount of RAM of the computer you want to dedicate for the AVD, Set the internal storage of the phone and Select Emulation option of HOST GPU. Finally Click OK.
  • 10. 25) Congrats…!! You have just set up an AVD. 26) But you are still a bit away from executing your App. 27) Click on Run Configuration. 28) Double Click on Android Application.
  • 11. 29) Select your Project and click Apply. 30) In the target tab, select your AVD and click apply.
  • 12. 31) Select RUN in the common tab.Click Apply close this dialogue.
  • 13. 32) Now Click on RUN AS(Just Below Window menu) and Let your app finally run on AVD. It takes time. Be patient.