SlideShare a Scribd company logo
1 of 22
Download to read offline
Android SDK : Mobile Apps Development 2012
1 FIT ACADEMY
G/F King's Court II Building, 2129 Pasong Tamo corner Dela Rosa Street, Makati City Tel. Nos. 822-7120, 759-4348
Installation Guide
Android SDK
2 G/F King's Court II Building, 2129 Pasong Tamo corner Dela Rosa
Hardware and Software Requirements
Java Installation
Eclipse Folder Setup
Android-SDK Installer
Android Components Package
Running the Environment
Detecting Android API Levels
Creating a New Virtual Device
HARDWARE AND SOFTWARE REQUIREMENTS
Processor: at least Intel Core2Duo 2.0 GHz
HDD: at least 5 GB free space
Memory: at least 1GB RAM
Input Device: Keyboard and Mouse
Android SDK : Mobile Apps Development
FIT ACADEMY
G/F King's Court II Building, 2129 Pasong Tamo corner Dela Rosa Street, Makati City Tel. Nos. 822
CONTENTS
Hardware and Software Requirements
Components Package
Running the Environment
Detecting Android API Levels
Creating a New Virtual Device
HARDWARE AND SOFTWARE REQUIREMENTS
Processor: at least Intel Core2Duo 2.0 GHz
HDD: at least 5 GB free space
Memory: at least 1GB RAM
Input Device: Keyboard and Mouse
Development 2012
Street, Makati City Tel. Nos. 822-7120, 759-4348
2
4
6
8
13
14
16
17
Android SDK
3 G/F King's Court II Building, 2129 Pasong Tamo corner Dela Rosa
FOR WINDOWS VISTA AND WINDOWS 7:
NOTE: If using Windows Vista and Windows 7, turn off the
Accounts Control (inside Control Panel) first before performing any
installation.
The Installer is composed of the Java Installer, Eclipse
SDK installer and the Android component package.
Operating System: Windows XP Home
/Professional SP2 or later,
Windows Vista and Windows 7
SDKs : Android SDK, Java SDK
IDEs: Eclipse IDE
Android SDK : Mobile Apps Development
FIT ACADEMY
G/F King's Court II Building, 2129 Pasong Tamo corner Dela Rosa Street, Makati City Tel. Nos. 822
FOR WINDOWS VISTA AND WINDOWS 7:
NOTE: If using Windows Vista and Windows 7, turn off the User
Accounts Control (inside Control Panel) first before performing any
The Installer is composed of the Java Installer, Eclipse folder, Android
SDK installer and the Android component package.
Operating System: Windows XP Home
/Professional SP2 or later,
Windows Vista and Windows 7
SDKs : Android SDK, Java SDK
Development 2012
Street, Makati City Tel. Nos. 822-7120, 759-4348
User
Accounts Control (inside Control Panel) first before performing any
folder, Android
Android SDK : Mobile Apps Development 2012
4 FIT ACADEMY
G/F King's Court II Building, 2129 Pasong Tamo corner Dela Rosa Street, Makati City Tel. Nos. 822-7120, 759-4348
JAVA INSTALLATION
1. Click on the Java Installer.
2. The Installation Wizard Appears. Click Next.
3. Select Development Tools and click Next. You may also need to
check the directory where the installation will be saved.
Android SDK : Mobile Apps Development 2012
5 FIT ACADEMY
G/F King's Court II Building, 2129 Pasong Tamo corner Dela Rosa Street, Makati City Tel. Nos. 822-7120, 759-4348
4. It will install and copy the files to the directory.
Android SDK : Mobile Apps Development 2012
6 FIT ACADEMY
G/F King's Court II Building, 2129 Pasong Tamo corner Dela Rosa Street, Makati City Tel. Nos. 822-7120, 759-4348
ECLIPSE FOLDER SETUP
1. Copy the Eclipse Folder to the Program Files directory.
2. Wait until the file has been copied to the destination (Program
Files).
Android SDK : Mobile Apps Development 2012
7 FIT ACADEMY
G/F King's Court II Building, 2129 Pasong Tamo corner Dela Rosa Street, Makati City Tel. Nos. 822-7120, 759-4348
3. Open Eclipse Folder inside Program Files and create a shortcut for
the Eclipse Exe File. Right click the file, select Send to, then click
Desktop(create shortcut).
4. The Eclipse icon will appear in the desktop
Android SDK : Mobile Apps Development 2012
8 FIT ACADEMY
G/F King's Court II Building, 2129 Pasong Tamo corner Dela Rosa Street, Makati City Tel. Nos. 822-7120, 759-4348
ANDROID-SDK INSTALLER
1. Click on the Android SDK setup file.
2. When the Setup Wizard appears, click Next.
Android SDK : Mobile Apps Development 2012
9 FIT ACADEMY
G/F King's Court II Building, 2129 Pasong Tamo corner Dela Rosa Street, Makati City Tel. Nos. 822-7120, 759-4348
3. The installer will try to detect the Java SDK package installed in
the workstation. To avoid further errors in the future, please
make sure that Java SDK has been installed in the workstation
initially. Then, click Next.
4. Choose the user who will use the Android Tool. For training
purposes, we will select install for anyone using this computer
then click Next.
Android SDK : Mobile Apps Development 2012
10 FIT ACADEMY
G/F King's Court II Building, 2129 Pasong Tamo corner Dela Rosa Street, Makati City Tel. Nos. 822-7120, 759-4348
5. Use the default location for the installation then click Next.
Android SDK : Mobile Apps Development 2012
11 FIT ACADEMY
G/F King's Court II Building, 2129 Pasong Tamo corner Dela Rosa Street, Makati City Tel. Nos. 822-7120, 759-4348
6. For the Start Menu, just use the default folder then click Next.
7. It will extract all the required files to install Android SDK. Once
completed, click Next.
Android SDK : Mobile Apps Development 2012
12 FIT ACADEMY
G/F King's Court II Building, 2129 Pasong Tamo corner Dela Rosa Street, Makati City Tel. Nos. 822-7120, 759-4348
8. Uncheck “Start SDK Manager” and click Finish.
Android SDK : Mobile Apps Development 2012
13 FIT ACADEMY
G/F King's Court II Building, 2129 Pasong Tamo corner Dela Rosa Street, Makati City Tel. Nos. 822-7120, 759-4348
ANDROID COMPONENTS PACKAGE
1. After installing the Android SDK, it will create a folder inside
“Program FilesAndroid” directory.
2. Replace this android-sdk folder with the android-sdk inside the
installer folder.
Android SDK : Mobile Apps Development 2012
14 FIT ACADEMY
G/F King's Court II Building, 2129 Pasong Tamo corner Dela Rosa Street, Makati City Tel. Nos. 822-7120, 759-4348
RUNNING THE ENVIRONMENT (ECLIPSE IDE)
1. Click the Eclipse icon from the desktop.
2. Use the default workspace for developing applications. Click OK.
Note: If the workstation is secured by a DeepFreeze software, make sure
that the workspace is located in a drive where files are not deleted by
the DeepFreeze software.
Android SDK : Mobile Apps Development 2012
15 FIT ACADEMY
G/F King's Court II Building, 2129 Pasong Tamo corner Dela Rosa Street, Makati City Tel. Nos. 822-7120, 759-4348
3. The Eclipse IDE will load. Click on the Close button “X” for the
Welcome screen.
Android SDK : Mobile Apps Development 2012
16 FIT ACADEMY
G/F King's Court II Building, 2129 Pasong Tamo corner Dela Rosa Street, Makati City Tel. Nos. 822-7120, 759-4348
DETECTING ANDROID API LEVELS
1. Click Window from the Menu Bar, then click Android SDK
Manager.
2. The Android SDK manager will appear and show you all the
installed API levels. Using this window will allow you to
automatically update all the API levels from Google. When the
Install Package button is clicked, it will automatically download
the package from the Google server.
Android SDK : Mobile Apps Development 2012
17 FIT ACADEMY
G/F King's Court II Building, 2129 Pasong Tamo corner Dela Rosa Street, Makati City Tel. Nos. 822-7120, 759-4348
CREATING A NEW VIRTUAL DEVICE
1. Click Window from the Menu Bar, then click AVD Manager.
Android SDK : Mobile Apps Development 2012
18 FIT ACADEMY
G/F King's Court II Building, 2129 Pasong Tamo corner Dela Rosa Street, Makati City Tel. Nos. 822-7120, 759-4348
2. The Android Virtual Device Manager window will appear. Click
New.
3. Type the name of your virtual device. For the target, select which
API level would you like to use. Let’s use Android 2.2
Android SDK : Mobile Apps Development 2012
19 FIT ACADEMY
G/F King's Court II Building, 2129 Pasong Tamo corner Dela Rosa Street, Makati City Tel. Nos. 822-7120, 759-4348
4. Type in the desired size of your virtual SD card.
5. Click on Create AVD.
Android SDK : Mobile Apps Development 2012
20 FIT ACADEMY
G/F King's Court II Building, 2129 Pasong Tamo corner Dela Rosa Street, Makati City Tel. Nos. 822-7120, 759-4348
6. The new virtual device will appear on the AVD manager. Click on it
and click Start.
7. Click on Launch.
Android SDK : Mobile Apps Development 2012
21 FIT ACADEMY
G/F King's Court II Building, 2129 Pasong Tamo corner Dela Rosa Street, Makati City Tel. Nos. 822-7120, 759-4348
8. Clicking Launch will load the Android emulator.
Android SDK : Mobile Apps Development 2012
22 FIT ACADEMY
G/F King's Court II Building, 2129 Pasong Tamo corner Dela Rosa Street, Makati City Tel. Nos. 822-7120, 759-4348

More Related Content

What's hot

Android and its feature
Android and its featureAndroid and its feature
Android and its featureShubham Kumar
 
Android Overview
Android OverviewAndroid Overview
Android OverviewRaju Kadam
 
AN IDE FOR ANDROID MOBILE PHONES WITH EXTENDED FUNCTIONALITIES USING BEST DEV...
AN IDE FOR ANDROID MOBILE PHONES WITH EXTENDED FUNCTIONALITIES USING BEST DEV...AN IDE FOR ANDROID MOBILE PHONES WITH EXTENDED FUNCTIONALITIES USING BEST DEV...
AN IDE FOR ANDROID MOBILE PHONES WITH EXTENDED FUNCTIONALITIES USING BEST DEV...IJCNCJournal
 
Android Overview
Android OverviewAndroid Overview
Android Overviewatomi
 
Industrial Training in Android Application
Industrial Training in Android ApplicationIndustrial Training in Android Application
Industrial Training in Android ApplicationArcadian Learning
 
Software training report
Software training reportSoftware training report
Software training reportNatasha Bains
 
Android introduction
Android introductionAndroid introduction
Android introductionmcanotes
 
Android architecture and Additional Components
Android architecture and Additional ComponentsAndroid architecture and Additional Components
Android architecture and Additional ComponentsSoftNutx
 
International Journal of Engineering Research and Development
International Journal of Engineering Research and DevelopmentInternational Journal of Engineering Research and Development
International Journal of Engineering Research and DevelopmentIJERD Editor
 
1 introduction of android
1 introduction of android1 introduction of android
1 introduction of androidakila_mano
 
Android summer training report
Android summer training reportAndroid summer training report
Android summer training reportShashendra Singh
 
Introduction to Android (in-short) - Itvedant, Thane | Mumbai | Navi Mumbai
Introduction to Android (in-short) - Itvedant, Thane | Mumbai | Navi MumbaiIntroduction to Android (in-short) - Itvedant, Thane | Mumbai | Navi Mumbai
Introduction to Android (in-short) - Itvedant, Thane | Mumbai | Navi MumbaiItvedant
 
Android installation guide
Android installation guideAndroid installation guide
Android installation guidemagicshui
 
Android application development
Android application developmentAndroid application development
Android application developmentSteve Smith
 
Android Application Development
Android Application DevelopmentAndroid Application Development
Android Application DevelopmentRamesh Prasad
 
Android Development: Build Android App from Scratch
Android Development: Build Android App from ScratchAndroid Development: Build Android App from Scratch
Android Development: Build Android App from ScratchTaufan Erfiyanto
 

What's hot (20)

Android and its feature
Android and its featureAndroid and its feature
Android and its feature
 
Android Overview
Android OverviewAndroid Overview
Android Overview
 
Android by LAlitha
Android by LAlithaAndroid by LAlitha
Android by LAlitha
 
Android 10-cdd
Android 10-cddAndroid 10-cdd
Android 10-cdd
 
AN IDE FOR ANDROID MOBILE PHONES WITH EXTENDED FUNCTIONALITIES USING BEST DEV...
AN IDE FOR ANDROID MOBILE PHONES WITH EXTENDED FUNCTIONALITIES USING BEST DEV...AN IDE FOR ANDROID MOBILE PHONES WITH EXTENDED FUNCTIONALITIES USING BEST DEV...
AN IDE FOR ANDROID MOBILE PHONES WITH EXTENDED FUNCTIONALITIES USING BEST DEV...
 
srinath_latest
srinath_latestsrinath_latest
srinath_latest
 
Android Overview
Android OverviewAndroid Overview
Android Overview
 
Industrial Training in Android Application
Industrial Training in Android ApplicationIndustrial Training in Android Application
Industrial Training in Android Application
 
Software training report
Software training reportSoftware training report
Software training report
 
Android introduction
Android introductionAndroid introduction
Android introduction
 
Android architecture and Additional Components
Android architecture and Additional ComponentsAndroid architecture and Additional Components
Android architecture and Additional Components
 
International Journal of Engineering Research and Development
International Journal of Engineering Research and DevelopmentInternational Journal of Engineering Research and Development
International Journal of Engineering Research and Development
 
1 introduction of android
1 introduction of android1 introduction of android
1 introduction of android
 
Android summer training report
Android summer training reportAndroid summer training report
Android summer training report
 
Introduction to Android (in-short) - Itvedant, Thane | Mumbai | Navi Mumbai
Introduction to Android (in-short) - Itvedant, Thane | Mumbai | Navi MumbaiIntroduction to Android (in-short) - Itvedant, Thane | Mumbai | Navi Mumbai
Introduction to Android (in-short) - Itvedant, Thane | Mumbai | Navi Mumbai
 
Android installation guide
Android installation guideAndroid installation guide
Android installation guide
 
Android application development
Android application developmentAndroid application development
Android application development
 
Android Application Development
Android Application DevelopmentAndroid Application Development
Android Application Development
 
Android Development: Build Android App from Scratch
Android Development: Build Android App from ScratchAndroid Development: Build Android App from Scratch
Android Development: Build Android App from Scratch
 
Resume
ResumeResume
Resume
 

Viewers also liked

Colònies santa maria del mar
Colònies santa maria del marColònies santa maria del mar
Colònies santa maria del marMartalfonsog
 
Company Profile--22-July-2015 - Copy
Company Profile--22-July-2015 - CopyCompany Profile--22-July-2015 - Copy
Company Profile--22-July-2015 - CopyMRIDUL KP
 
How does a dino say good night
How does a dino say good nightHow does a dino say good night
How does a dino say good nightMartalfonsog
 
Continguts p 5 3r trimestre curs 2014-2015 (autoguardado)
Continguts p 5 3r trimestre curs 2014-2015 (autoguardado)Continguts p 5 3r trimestre curs 2014-2015 (autoguardado)
Continguts p 5 3r trimestre curs 2014-2015 (autoguardado)Martalfonsog
 
Els jocs olímpics
Els jocs olímpicsEls jocs olímpics
Els jocs olímpicsMartalfonsog
 
S.Z. v. Bulgaria - Systemic problem of ineffectiveness of investigations in B...
S.Z. v. Bulgaria - Systemic problem of ineffectiveness of investigations in B...S.Z. v. Bulgaria - Systemic problem of ineffectiveness of investigations in B...
S.Z. v. Bulgaria - Systemic problem of ineffectiveness of investigations in B...Natasha Dobreva
 
New all jounral call for papers
New all jounral call for papersNew all jounral call for papers
New all jounral call for papersJournalijarbs12
 
Call for paper new ijarbs
Call for paper new ijarbsCall for paper new ijarbs
Call for paper new ijarbsJournalijarbs12
 
Presentacio reunió P5
Presentacio reunió P5Presentacio reunió P5
Presentacio reunió P5Martalfonsog
 

Viewers also liked (17)

Colònies santa maria del mar
Colònies santa maria del marColònies santa maria del mar
Colònies santa maria del mar
 
Company Profile--22-July-2015 - Copy
Company Profile--22-July-2015 - CopyCompany Profile--22-July-2015 - Copy
Company Profile--22-July-2015 - Copy
 
Android tio manual
Android tio manualAndroid tio manual
Android tio manual
 
How does a dino say good night
How does a dino say good nightHow does a dino say good night
How does a dino say good night
 
Continguts p 5 3r trimestre curs 2014-2015 (autoguardado)
Continguts p 5 3r trimestre curs 2014-2015 (autoguardado)Continguts p 5 3r trimestre curs 2014-2015 (autoguardado)
Continguts p 5 3r trimestre curs 2014-2015 (autoguardado)
 
Els jocs olímpics
Els jocs olímpicsEls jocs olímpics
Els jocs olímpics
 
S.Z. v. Bulgaria - Systemic problem of ineffectiveness of investigations in B...
S.Z. v. Bulgaria - Systemic problem of ineffectiveness of investigations in B...S.Z. v. Bulgaria - Systemic problem of ineffectiveness of investigations in B...
S.Z. v. Bulgaria - Systemic problem of ineffectiveness of investigations in B...
 
New all jounral call for papers
New all jounral call for papersNew all jounral call for papers
New all jounral call for papers
 
Ijamr call for papers
Ijamr call for papersIjamr call for papers
Ijamr call for papers
 
Ijcrcps call for papers
Ijcrcps call for papersIjcrcps call for papers
Ijcrcps call for papers
 
Call for paper new ijarbs
Call for paper new ijarbsCall for paper new ijarbs
Call for paper new ijarbs
 
Ijcrms call for papers
Ijcrms call for papersIjcrms call for papers
Ijcrms call for papers
 
Fem paper!
Fem paper!Fem paper!
Fem paper!
 
Halloween
HalloweenHalloween
Halloween
 
Sant jordi
Sant jordiSant jordi
Sant jordi
 
Grabem trucatges!
Grabem trucatges!Grabem trucatges!
Grabem trucatges!
 
Presentacio reunió P5
Presentacio reunió P5Presentacio reunió P5
Presentacio reunió P5
 

Similar to Android tio manual

AN ANDROID APP FOR BUILDING STUDENT PROFILES
AN ANDROID APP FOR BUILDING STUDENT PROFILESAN ANDROID APP FOR BUILDING STUDENT PROFILES
AN ANDROID APP FOR BUILDING STUDENT PROFILESIRJET Journal
 
PhoneGap Application Development - Santhi J Krishnan
PhoneGap Application Development - Santhi J KrishnanPhoneGap Application Development - Santhi J Krishnan
PhoneGap Application Development - Santhi J KrishnanOrisysIndia
 
Getting started with android dev and test perspective
Getting started with android   dev and test perspectiveGetting started with android   dev and test perspective
Getting started with android dev and test perspectiveGunjan Kumar
 
Android installation
Android installationAndroid installation
Android installationDurai S
 
Android tutorial ppt
Android tutorial pptAndroid tutorial ppt
Android tutorial pptRehna Renu
 
Final NEWS.pdf
Final NEWS.pdfFinal NEWS.pdf
Final NEWS.pdfRebaMaheen
 
Final NewsApp.pdf
Final NewsApp.pdfFinal NewsApp.pdf
Final NewsApp.pdfRebaMaheen
 
Introduction to android
Introduction to androidIntroduction to android
Introduction to androidbantyder
 
Securing Android Applications
Securing Android ApplicationsSecuring Android Applications
Securing Android ApplicationsInfosys
 
Android tutorial
Android tutorialAndroid tutorial
Android tutorialDanish_k
 
Introduction to Android - Mobile Fest Singapore 2009
Introduction to Android - Mobile Fest Singapore 2009Introduction to Android - Mobile Fest Singapore 2009
Introduction to Android - Mobile Fest Singapore 2009sullis
 
Android SDK and PhoneGap
Android SDK and PhoneGapAndroid SDK and PhoneGap
Android SDK and PhoneGapDoncho Minkov
 
Manish Chasta - Securing Android Applications
Manish Chasta - Securing Android ApplicationsManish Chasta - Securing Android Applications
Manish Chasta - Securing Android ApplicationsPositive Hack Days
 

Similar to Android tio manual (20)

AN ANDROID APP FOR BUILDING STUDENT PROFILES
AN ANDROID APP FOR BUILDING STUDENT PROFILESAN ANDROID APP FOR BUILDING STUDENT PROFILES
AN ANDROID APP FOR BUILDING STUDENT PROFILES
 
Drone sdk showdown
Drone sdk showdownDrone sdk showdown
Drone sdk showdown
 
Android development beginners faq
Android development  beginners faqAndroid development  beginners faq
Android development beginners faq
 
PhoneGap Application Development - Santhi J Krishnan
PhoneGap Application Development - Santhi J KrishnanPhoneGap Application Development - Santhi J Krishnan
PhoneGap Application Development - Santhi J Krishnan
 
Android Stsucture
Android StsuctureAndroid Stsucture
Android Stsucture
 
Getting started with android dev and test perspective
Getting started with android   dev and test perspectiveGetting started with android   dev and test perspective
Getting started with android dev and test perspective
 
Bird.pdf
 Bird.pdf Bird.pdf
Bird.pdf
 
Android installation
Android installationAndroid installation
Android installation
 
Android tutorial
Android tutorialAndroid tutorial
Android tutorial
 
Android tutorial ppt
Android tutorial pptAndroid tutorial ppt
Android tutorial ppt
 
Final NEWS.pdf
Final NEWS.pdfFinal NEWS.pdf
Final NEWS.pdf
 
Final NewsApp.pdf
Final NewsApp.pdfFinal NewsApp.pdf
Final NewsApp.pdf
 
Introduction to android
Introduction to androidIntroduction to android
Introduction to android
 
Securing Android Applications
Securing Android ApplicationsSecuring Android Applications
Securing Android Applications
 
Android tutorial
Android tutorialAndroid tutorial
Android tutorial
 
Android tutorial
Android tutorialAndroid tutorial
Android tutorial
 
Introduction to Android - Mobile Fest Singapore 2009
Introduction to Android - Mobile Fest Singapore 2009Introduction to Android - Mobile Fest Singapore 2009
Introduction to Android - Mobile Fest Singapore 2009
 
Webinar on Google Android SDK
Webinar on Google Android SDKWebinar on Google Android SDK
Webinar on Google Android SDK
 
Android SDK and PhoneGap
Android SDK and PhoneGapAndroid SDK and PhoneGap
Android SDK and PhoneGap
 
Manish Chasta - Securing Android Applications
Manish Chasta - Securing Android ApplicationsManish Chasta - Securing Android Applications
Manish Chasta - Securing Android Applications
 

Recently uploaded

ROOT CAUSE ANALYSIS PowerPoint Presentation
ROOT CAUSE ANALYSIS PowerPoint PresentationROOT CAUSE ANALYSIS PowerPoint Presentation
ROOT CAUSE ANALYSIS PowerPoint PresentationAadityaSharma884161
 
Computed Fields and api Depends in the Odoo 17
Computed Fields and api Depends in the Odoo 17Computed Fields and api Depends in the Odoo 17
Computed Fields and api Depends in the Odoo 17Celine George
 
What is Model Inheritance in Odoo 17 ERP
What is Model Inheritance in Odoo 17 ERPWhat is Model Inheritance in Odoo 17 ERP
What is Model Inheritance in Odoo 17 ERPCeline George
 
MULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptx
MULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptxMULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptx
MULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptxAnupkumar Sharma
 
Procuring digital preservation CAN be quick and painless with our new dynamic...
Procuring digital preservation CAN be quick and painless with our new dynamic...Procuring digital preservation CAN be quick and painless with our new dynamic...
Procuring digital preservation CAN be quick and painless with our new dynamic...Jisc
 
Crayon Activity Handout For the Crayon A
Crayon Activity Handout For the Crayon ACrayon Activity Handout For the Crayon A
Crayon Activity Handout For the Crayon AUnboundStockton
 
Gas measurement O2,Co2,& ph) 04/2024.pptx
Gas measurement O2,Co2,& ph) 04/2024.pptxGas measurement O2,Co2,& ph) 04/2024.pptx
Gas measurement O2,Co2,& ph) 04/2024.pptxDr.Ibrahim Hassaan
 
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
 
Solving Puzzles Benefits Everyone (English).pptx
Solving Puzzles Benefits Everyone (English).pptxSolving Puzzles Benefits Everyone (English).pptx
Solving Puzzles Benefits Everyone (English).pptxOH TEIK BIN
 
ACC 2024 Chronicles. Cardiology. Exam.pdf
ACC 2024 Chronicles. Cardiology. Exam.pdfACC 2024 Chronicles. Cardiology. Exam.pdf
ACC 2024 Chronicles. Cardiology. Exam.pdfSpandanaRallapalli
 
ECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptx
ECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptxECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptx
ECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptxiammrhaywood
 
Field Attribute Index Feature in Odoo 17
Field Attribute Index Feature in Odoo 17Field Attribute Index Feature in Odoo 17
Field Attribute Index Feature in Odoo 17Celine George
 
Quarter 4 Peace-education.pptx Catch Up Friday
Quarter 4 Peace-education.pptx Catch Up FridayQuarter 4 Peace-education.pptx Catch Up Friday
Quarter 4 Peace-education.pptx Catch Up FridayMakMakNepo
 
HỌC TỐT TIẾNG ANH 11 THEO CHƯƠNG TRÌNH GLOBAL SUCCESS ĐÁP ÁN CHI TIẾT - CẢ NĂ...
HỌC TỐT TIẾNG ANH 11 THEO CHƯƠNG TRÌNH GLOBAL SUCCESS ĐÁP ÁN CHI TIẾT - CẢ NĂ...HỌC TỐT TIẾNG ANH 11 THEO CHƯƠNG TRÌNH GLOBAL SUCCESS ĐÁP ÁN CHI TIẾT - CẢ NĂ...
HỌC TỐT TIẾNG ANH 11 THEO CHƯƠNG TRÌNH GLOBAL SUCCESS ĐÁP ÁN CHI TIẾT - CẢ NĂ...Nguyen Thanh Tu Collection
 
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
 
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPTECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPTiammrhaywood
 
ENGLISH6-Q4-W3.pptxqurter our high choom
ENGLISH6-Q4-W3.pptxqurter our high choomENGLISH6-Q4-W3.pptxqurter our high choom
ENGLISH6-Q4-W3.pptxqurter our high choomnelietumpap1
 

Recently uploaded (20)

Rapple "Scholarly Communications and the Sustainable Development Goals"
Rapple "Scholarly Communications and the Sustainable Development Goals"Rapple "Scholarly Communications and the Sustainable Development Goals"
Rapple "Scholarly Communications and the Sustainable Development Goals"
 
ROOT CAUSE ANALYSIS PowerPoint Presentation
ROOT CAUSE ANALYSIS PowerPoint PresentationROOT CAUSE ANALYSIS PowerPoint Presentation
ROOT CAUSE ANALYSIS PowerPoint Presentation
 
Computed Fields and api Depends in the Odoo 17
Computed Fields and api Depends in the Odoo 17Computed Fields and api Depends in the Odoo 17
Computed Fields and api Depends in the Odoo 17
 
What is Model Inheritance in Odoo 17 ERP
What is Model Inheritance in Odoo 17 ERPWhat is Model Inheritance in Odoo 17 ERP
What is Model Inheritance in Odoo 17 ERP
 
MULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptx
MULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptxMULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptx
MULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptx
 
Procuring digital preservation CAN be quick and painless with our new dynamic...
Procuring digital preservation CAN be quick and painless with our new dynamic...Procuring digital preservation CAN be quick and painless with our new dynamic...
Procuring digital preservation CAN be quick and painless with our new dynamic...
 
Crayon Activity Handout For the Crayon A
Crayon Activity Handout For the Crayon ACrayon Activity Handout For the Crayon A
Crayon Activity Handout For the Crayon A
 
Gas measurement O2,Co2,& ph) 04/2024.pptx
Gas measurement O2,Co2,& ph) 04/2024.pptxGas measurement O2,Co2,& ph) 04/2024.pptx
Gas measurement O2,Co2,& ph) 04/2024.pptx
 
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
 
Solving Puzzles Benefits Everyone (English).pptx
Solving Puzzles Benefits Everyone (English).pptxSolving Puzzles Benefits Everyone (English).pptx
Solving Puzzles Benefits Everyone (English).pptx
 
Model Call Girl in Bikash Puri Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Bikash Puri  Delhi reach out to us at 🔝9953056974🔝Model Call Girl in Bikash Puri  Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Bikash Puri Delhi reach out to us at 🔝9953056974🔝
 
ACC 2024 Chronicles. Cardiology. Exam.pdf
ACC 2024 Chronicles. Cardiology. Exam.pdfACC 2024 Chronicles. Cardiology. Exam.pdf
ACC 2024 Chronicles. Cardiology. Exam.pdf
 
ECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptx
ECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptxECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptx
ECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.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
 
Field Attribute Index Feature in Odoo 17
Field Attribute Index Feature in Odoo 17Field Attribute Index Feature in Odoo 17
Field Attribute Index Feature in Odoo 17
 
Quarter 4 Peace-education.pptx Catch Up Friday
Quarter 4 Peace-education.pptx Catch Up FridayQuarter 4 Peace-education.pptx Catch Up Friday
Quarter 4 Peace-education.pptx Catch Up Friday
 
HỌC TỐT TIẾNG ANH 11 THEO CHƯƠNG TRÌNH GLOBAL SUCCESS ĐÁP ÁN CHI TIẾT - CẢ NĂ...
HỌC TỐT TIẾNG ANH 11 THEO CHƯƠNG TRÌNH GLOBAL SUCCESS ĐÁP ÁN CHI TIẾT - CẢ NĂ...HỌC TỐT TIẾNG ANH 11 THEO CHƯƠNG TRÌNH GLOBAL SUCCESS ĐÁP ÁN CHI TIẾT - CẢ NĂ...
HỌC TỐT TIẾNG ANH 11 THEO CHƯƠNG TRÌNH GLOBAL SUCCESS ĐÁP ÁN CHI TIẾT - CẢ NĂ...
 
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
 
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPTECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
 
ENGLISH6-Q4-W3.pptxqurter our high choom
ENGLISH6-Q4-W3.pptxqurter our high choomENGLISH6-Q4-W3.pptxqurter our high choom
ENGLISH6-Q4-W3.pptxqurter our high choom
 

Android tio manual

  • 1. Android SDK : Mobile Apps Development 2012 1 FIT ACADEMY G/F King's Court II Building, 2129 Pasong Tamo corner Dela Rosa Street, Makati City Tel. Nos. 822-7120, 759-4348 Installation Guide
  • 2. Android SDK 2 G/F King's Court II Building, 2129 Pasong Tamo corner Dela Rosa Hardware and Software Requirements Java Installation Eclipse Folder Setup Android-SDK Installer Android Components Package Running the Environment Detecting Android API Levels Creating a New Virtual Device HARDWARE AND SOFTWARE REQUIREMENTS Processor: at least Intel Core2Duo 2.0 GHz HDD: at least 5 GB free space Memory: at least 1GB RAM Input Device: Keyboard and Mouse Android SDK : Mobile Apps Development FIT ACADEMY G/F King's Court II Building, 2129 Pasong Tamo corner Dela Rosa Street, Makati City Tel. Nos. 822 CONTENTS Hardware and Software Requirements Components Package Running the Environment Detecting Android API Levels Creating a New Virtual Device HARDWARE AND SOFTWARE REQUIREMENTS Processor: at least Intel Core2Duo 2.0 GHz HDD: at least 5 GB free space Memory: at least 1GB RAM Input Device: Keyboard and Mouse Development 2012 Street, Makati City Tel. Nos. 822-7120, 759-4348 2 4 6 8 13 14 16 17
  • 3. Android SDK 3 G/F King's Court II Building, 2129 Pasong Tamo corner Dela Rosa FOR WINDOWS VISTA AND WINDOWS 7: NOTE: If using Windows Vista and Windows 7, turn off the Accounts Control (inside Control Panel) first before performing any installation. The Installer is composed of the Java Installer, Eclipse SDK installer and the Android component package. Operating System: Windows XP Home /Professional SP2 or later, Windows Vista and Windows 7 SDKs : Android SDK, Java SDK IDEs: Eclipse IDE Android SDK : Mobile Apps Development FIT ACADEMY G/F King's Court II Building, 2129 Pasong Tamo corner Dela Rosa Street, Makati City Tel. Nos. 822 FOR WINDOWS VISTA AND WINDOWS 7: NOTE: If using Windows Vista and Windows 7, turn off the User Accounts Control (inside Control Panel) first before performing any The Installer is composed of the Java Installer, Eclipse folder, Android SDK installer and the Android component package. Operating System: Windows XP Home /Professional SP2 or later, Windows Vista and Windows 7 SDKs : Android SDK, Java SDK Development 2012 Street, Makati City Tel. Nos. 822-7120, 759-4348 User Accounts Control (inside Control Panel) first before performing any folder, Android
  • 4. Android SDK : Mobile Apps Development 2012 4 FIT ACADEMY G/F King's Court II Building, 2129 Pasong Tamo corner Dela Rosa Street, Makati City Tel. Nos. 822-7120, 759-4348 JAVA INSTALLATION 1. Click on the Java Installer. 2. The Installation Wizard Appears. Click Next. 3. Select Development Tools and click Next. You may also need to check the directory where the installation will be saved.
  • 5. Android SDK : Mobile Apps Development 2012 5 FIT ACADEMY G/F King's Court II Building, 2129 Pasong Tamo corner Dela Rosa Street, Makati City Tel. Nos. 822-7120, 759-4348 4. It will install and copy the files to the directory.
  • 6. Android SDK : Mobile Apps Development 2012 6 FIT ACADEMY G/F King's Court II Building, 2129 Pasong Tamo corner Dela Rosa Street, Makati City Tel. Nos. 822-7120, 759-4348 ECLIPSE FOLDER SETUP 1. Copy the Eclipse Folder to the Program Files directory. 2. Wait until the file has been copied to the destination (Program Files).
  • 7. Android SDK : Mobile Apps Development 2012 7 FIT ACADEMY G/F King's Court II Building, 2129 Pasong Tamo corner Dela Rosa Street, Makati City Tel. Nos. 822-7120, 759-4348 3. Open Eclipse Folder inside Program Files and create a shortcut for the Eclipse Exe File. Right click the file, select Send to, then click Desktop(create shortcut). 4. The Eclipse icon will appear in the desktop
  • 8. Android SDK : Mobile Apps Development 2012 8 FIT ACADEMY G/F King's Court II Building, 2129 Pasong Tamo corner Dela Rosa Street, Makati City Tel. Nos. 822-7120, 759-4348 ANDROID-SDK INSTALLER 1. Click on the Android SDK setup file. 2. When the Setup Wizard appears, click Next.
  • 9. Android SDK : Mobile Apps Development 2012 9 FIT ACADEMY G/F King's Court II Building, 2129 Pasong Tamo corner Dela Rosa Street, Makati City Tel. Nos. 822-7120, 759-4348 3. The installer will try to detect the Java SDK package installed in the workstation. To avoid further errors in the future, please make sure that Java SDK has been installed in the workstation initially. Then, click Next. 4. Choose the user who will use the Android Tool. For training purposes, we will select install for anyone using this computer then click Next.
  • 10. Android SDK : Mobile Apps Development 2012 10 FIT ACADEMY G/F King's Court II Building, 2129 Pasong Tamo corner Dela Rosa Street, Makati City Tel. Nos. 822-7120, 759-4348 5. Use the default location for the installation then click Next.
  • 11. Android SDK : Mobile Apps Development 2012 11 FIT ACADEMY G/F King's Court II Building, 2129 Pasong Tamo corner Dela Rosa Street, Makati City Tel. Nos. 822-7120, 759-4348 6. For the Start Menu, just use the default folder then click Next. 7. It will extract all the required files to install Android SDK. Once completed, click Next.
  • 12. Android SDK : Mobile Apps Development 2012 12 FIT ACADEMY G/F King's Court II Building, 2129 Pasong Tamo corner Dela Rosa Street, Makati City Tel. Nos. 822-7120, 759-4348 8. Uncheck “Start SDK Manager” and click Finish.
  • 13. Android SDK : Mobile Apps Development 2012 13 FIT ACADEMY G/F King's Court II Building, 2129 Pasong Tamo corner Dela Rosa Street, Makati City Tel. Nos. 822-7120, 759-4348 ANDROID COMPONENTS PACKAGE 1. After installing the Android SDK, it will create a folder inside “Program FilesAndroid” directory. 2. Replace this android-sdk folder with the android-sdk inside the installer folder.
  • 14. Android SDK : Mobile Apps Development 2012 14 FIT ACADEMY G/F King's Court II Building, 2129 Pasong Tamo corner Dela Rosa Street, Makati City Tel. Nos. 822-7120, 759-4348 RUNNING THE ENVIRONMENT (ECLIPSE IDE) 1. Click the Eclipse icon from the desktop. 2. Use the default workspace for developing applications. Click OK. Note: If the workstation is secured by a DeepFreeze software, make sure that the workspace is located in a drive where files are not deleted by the DeepFreeze software.
  • 15. Android SDK : Mobile Apps Development 2012 15 FIT ACADEMY G/F King's Court II Building, 2129 Pasong Tamo corner Dela Rosa Street, Makati City Tel. Nos. 822-7120, 759-4348 3. The Eclipse IDE will load. Click on the Close button “X” for the Welcome screen.
  • 16. Android SDK : Mobile Apps Development 2012 16 FIT ACADEMY G/F King's Court II Building, 2129 Pasong Tamo corner Dela Rosa Street, Makati City Tel. Nos. 822-7120, 759-4348 DETECTING ANDROID API LEVELS 1. Click Window from the Menu Bar, then click Android SDK Manager. 2. The Android SDK manager will appear and show you all the installed API levels. Using this window will allow you to automatically update all the API levels from Google. When the Install Package button is clicked, it will automatically download the package from the Google server.
  • 17. Android SDK : Mobile Apps Development 2012 17 FIT ACADEMY G/F King's Court II Building, 2129 Pasong Tamo corner Dela Rosa Street, Makati City Tel. Nos. 822-7120, 759-4348 CREATING A NEW VIRTUAL DEVICE 1. Click Window from the Menu Bar, then click AVD Manager.
  • 18. Android SDK : Mobile Apps Development 2012 18 FIT ACADEMY G/F King's Court II Building, 2129 Pasong Tamo corner Dela Rosa Street, Makati City Tel. Nos. 822-7120, 759-4348 2. The Android Virtual Device Manager window will appear. Click New. 3. Type the name of your virtual device. For the target, select which API level would you like to use. Let’s use Android 2.2
  • 19. Android SDK : Mobile Apps Development 2012 19 FIT ACADEMY G/F King's Court II Building, 2129 Pasong Tamo corner Dela Rosa Street, Makati City Tel. Nos. 822-7120, 759-4348 4. Type in the desired size of your virtual SD card. 5. Click on Create AVD.
  • 20. Android SDK : Mobile Apps Development 2012 20 FIT ACADEMY G/F King's Court II Building, 2129 Pasong Tamo corner Dela Rosa Street, Makati City Tel. Nos. 822-7120, 759-4348 6. The new virtual device will appear on the AVD manager. Click on it and click Start. 7. Click on Launch.
  • 21. Android SDK : Mobile Apps Development 2012 21 FIT ACADEMY G/F King's Court II Building, 2129 Pasong Tamo corner Dela Rosa Street, Makati City Tel. Nos. 822-7120, 759-4348 8. Clicking Launch will load the Android emulator.
  • 22. Android SDK : Mobile Apps Development 2012 22 FIT ACADEMY G/F King's Court II Building, 2129 Pasong Tamo corner Dela Rosa Street, Makati City Tel. Nos. 822-7120, 759-4348