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
個人開発から公式機能へ: PlaywrightとRailsをつなげた3年の軌跡
yusukeiwaki
11
2.9k
RSNA2024振り返り
nanachi
0
530
The Future of SEO: The Impact of AI on Search
badams
0
160
Oracle Cloud Infrastructure:2025年2月度サービス・アップデート
oracle4engineer
PRO
1
140
Postman Flowsの基本 / Postman Flows Basics
yokawasa
1
100
技術負債の「予兆検知」と「状況異変」のススメ / Technology Dept
i35_267
1
1k
Culture Deck
optfit
0
390
株式会社EventHub・エンジニア採用資料
eventhub
0
4.2k
運用しているアプリケーションのDBのリプレイスをやってみた
miura55
1
490
アジャイル開発とスクラム
araihara
0
170
なぜ私は自分が使わないサービスを作るのか? / Why would I create a service that I would not use?
aiandrox
0
510
Amazon S3 Tablesと外部分析基盤連携について / Amazon S3 Tables and External Data Analytics Platform
nttcom
0
120
Featured
See All Featured
Build your cross-platform service in a week with App Engine
jlugia
229
18k
No one is an island. Learnings from fostering a developers community.
thoeni
21
3.1k
Visualizing Your Data: Incorporating Mongo into Loggly Infrastructure
mongodb
44
9.4k
Cheating the UX When There Is Nothing More to Optimize - PixelPioneers
stephaniewalter
280
13k
Building a Modern Day E-commerce SEO Strategy
aleyda
38
7.1k
The Invisible Side of Design
smashingmag
299
50k
Bootstrapping a Software Product
garrettdimon
PRO
306
110k
GraphQLの誤解/rethinking-graphql
sonatard
68
10k
The Myth of the Modular Monolith - Day 2 Keynote - Rails World 2024
eileencodes
21
2.5k
Imperfection Machines: The Place of Print at Facebook
scottboms
267
13k
Embracing the Ebb and Flow
colly
84
4.6k
Performance Is Good for Brains [We Love Speed 2024]
tammyeverts
7
630
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.