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
【実演版】カンファレンス登壇者・スタッフにこそ知ってほしいマイクの使い方 / 大吉祥寺.pm 2025
arthur1
1
420
Language Update: Java
skrb
2
280
現場で効くClaude Code ─ 最新動向と企業導入
takaakikakei
1
190
職種の壁を溶かして開発サイクルを高速に回す~情報透明性と職種越境から考えるAIフレンドリーな職種間連携~
daitasu
0
100
Autonomous Database - Dedicated 技術詳細 / adb-d_technical_detail_jp
oracle4engineer
PRO
4
10k
Flutterでキャッチしないエラーはどこに行く
taiju59
0
220
MCPで変わる Amebaデザインシステム「Spindle」の開発
spindle
PRO
3
3.1k
DDD集約とサービスコンテキスト境界との関係性
pandayumi
2
270
「何となくテストする」を卒業するためにプロダクトが動く仕組みを理解しよう
kawabeaver
0
270
LLMを搭載したプロダクトの品質保証の模索と学び
qa
0
970
Codeful Serverless / 一人運用でもやり抜く力
_kensh
7
350
クラウドセキュリティを支える技術と運用の最前線 / Cutting-edge Technologies and Operations Supporting Cloud Security
yuj1osm
2
300
Featured
See All Featured
What's in a price? How to price your products and services
michaelherold
246
12k
No one is an island. Learnings from fostering a developers community.
thoeni
21
3.4k
Automating Front-end Workflow
addyosmani
1370
200k
Designing for Performance
lara
610
69k
Learning to Love Humans: Emotional Interface Design
aarron
273
40k
Visualization
eitanlees
148
16k
個人開発の失敗を避けるイケてる考え方 / tips for indie hackers
panda_program
111
20k
RailsConf & Balkan Ruby 2019: The Past, Present, and Future of Rails at GitHub
eileencodes
139
34k
Responsive Adventures: Dirty Tricks From The Dark Corners of Front-End
smashingmag
252
21k
The Cost Of JavaScript in 2023
addyosmani
53
8.9k
[RailsConf 2023] Rails as a piece of cake
palkan
57
5.8k
GraphQLの誤解/rethinking-graphql
sonatard
71
11k
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.