Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Features
Speaker Deck
PRO
Sign in
Sign up for free
Search
Search
Android
Search
darkk6
July 22, 2012
Technology
1
270
Android
darkk6
July 22, 2012
Tweet
Share
Other Decks in Technology
See All in Technology
日経のデータベース事業とElasticsearch
hinatades
PRO
0
130
オブザーバビリティの観点でみるAWS / AWS from observability perspective
ymotongpoo
9
1.7k
利用終了したドメイン名の最強終活〜観測環境を育てて、分析・供養している件〜 / The Ultimate End-of-Life Preparation for Discontinued Domain Names
nttcom
2
350
わたしがEMとして入社した「最初の100日」の過ごし方 / EMConfJp2025
daiksy
9
2.4k
Two Blades, One Journey: Engineering While Managing
ohbarye
3
530
分解して理解する Aspire
nenonaninu
2
510
Active Directory攻防
cryptopeg
PRO
8
4.8k
The Future of SEO: The Impact of AI on Search
badams
0
250
MIMEと文字コードの闇
hirachan
2
1.4k
PHPカンファレンス名古屋-テックリードの経験から学んだ設計の教訓
hayatokudou
2
520
深層学習と古典的画像アルゴリズムを組み合わせた類似画像検索内製化
shutotakahashi
1
290
N=1から解き明かすAWS ソリューションアーキテクトの魅力
kiiwami
0
140
Featured
See All Featured
Building Applications with DynamoDB
mza
93
6.2k
Typedesign – Prime Four
hannesfritz
40
2.5k
Improving Core Web Vitals using Speculation Rules API
sergeychernyshev
9
500
GraphQLの誤解/rethinking-graphql
sonatard
68
10k
Into the Great Unknown - MozCon
thekraken
35
1.6k
A better future with KSS
kneath
238
17k
Bash Introduction
62gerente
611
210k
Easily Structure & Communicate Ideas using Wireframe
afnizarnur
193
16k
Facilitating Awesome Meetings
lara
52
6.2k
Let's Do A Bunch of Simple Stuff to Make Websites Faster
chriscoyier
507
140k
Git: the NoSQL Database
bkeepers
PRO
427
65k
What’s in a name? Adding method to the madness
productmarketing
PRO
22
3.3k
Transcript
Google “Eclipse” => Download
If you don’t have Java Development Kit Google
“JDK” => Download JDK6 or JDK7
Google “Android SDK” You can click “Other Platforms”
choose .zip version. May meet some problem at installation
The same page as previous slide Installing the
SDK -> Installing the Eclipse plugin Find the URL
NOTE : The URL start with “https” ,
for some reason we suggest you use “http” instead. You also can find the zip file in the same page. But we recommend you use the URL.
Launch Eclipse and click menu : “Help” => “Install
New Software…” Hit the “Add” button Note : You can use any name you like.
We only need “Developer Tools”
Launch SDK Manager , download anything we need
Tool Android SDK Tools Android SDK Platform-tools In any Android version we need SDK Platform Extra Android Support Library
After restarting Eclipse, click menu : “Window” => “Preferences”
Choose “Android” Set SDK Location
We can start to design our first App now.