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
Flutter向けPDFビューア、pdfrxのpdfium WASM対応について
espresso3389
0
120
AIとともに進化するエンジニアリング / Engineering-Evolving-with-AI_final.pdf
lycorptech_jp
PRO
0
150
Lazy application authentication with Tailscale
bluehatbrit
0
150
Geminiとv0による高速プロトタイピング
shinya337
0
230
2025-06-26_Lightning_Talk_for_Lightning_Talks
_hashimo2
2
120
怖くない!はじめてのClaude Code
shinya337
0
360
改めてAWS WAFを振り返る~業務で使うためのポイント~
masakiokuda
2
230
AI専用のリンターを作る #yumemi_patch
bengo4com
5
3.9k
モバイル界のMCPを考える
naoto33
0
410
React開発にStorybookとCopilotを導入して、爆速でUIを編集・確認する方法
yu_kod
1
140
PO初心者が考えた ”POらしさ”
nb_rady
0
190
事業成長の裏側:エンジニア組織と開発生産性の進化 / 20250703 Rinto Ikenoue
shift_evolve
PRO
2
18k
Featured
See All Featured
Connecting the Dots Between Site Speed, User Experience & Your Business [WebExpo 2025]
tammyeverts
5
250
Measuring & Analyzing Core Web Vitals
bluesmoon
7
500
The Language of Interfaces
destraynor
158
25k
Bootstrapping a Software Product
garrettdimon
PRO
307
110k
Music & Morning Musume
bryan
46
6.6k
Sharpening the Axe: The Primacy of Toolmaking
bcantrill
44
2.4k
GitHub's CSS Performance
jonrohan
1031
460k
Fight the Zombie Pattern Library - RWD Summit 2016
marcelosomers
233
17k
The Straight Up "How To Draw Better" Workshop
denniskardys
234
140k
It's Worth the Effort
3n
185
28k
Building Flexible Design Systems
yeseniaperezcruz
328
39k
Speed Design
sergeychernyshev
32
1k
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.