Install android studio v080

Page 1

Android Studio Installation By


สารบัญ มาสเตอร์ อึ่ง Talk .......................................................................................................................................................................................... 3 การติดตั่งจาวา JDK....................................................................................................................................................................................... 4 กำหนด PATH ให้ Windows เห็น จาวา ........................................................................................................................................................ 6 เปิด System และไปที่ Advance system settings ....................................................................................................................................................... 6

ติดตั่ง android Studio ................................................................................................................................................................................. 10 Hello World ................................................................................................................................................................................................ 13 การอัพเดท SDK และ ติดตั้ง Platform เพิ่ม ................................................................................................................................................ 20

2

http://androidthai.in.th

Hotline: 081-859-5309


มาสเตอร์ อึ่ง Talk ระบบปฎิบัติการแอนดรอยด์ ที่ สร้างจาก ลินุก และ ใช้ ภาษาจาวา ในการพัฒนา Application บน แอนดรอยด์ มีเครื่องมือ หลายตัว ที่สามารถใช้ เป็น IDE ได้ เช่น eclipse และ android Studio มาสเตอร์ เลือก android Studio ที่มาจาก intellijIDEA ในการพัฒนาโค้ดแอนดรอยด์ ในเนื้อหา ของ คอร์ส เบสิกแอนดรอยด์ ออน MVC มุ่งเน้นให้ผู้เรียน นําความรู้ไปต่อยอดพัฒตัวเองได้ เราต้องสามรถโค้ด แอนดรอยด์ โดยการ ใช้ เครื่องมือ android Studio ให้ทําการ Generate Code android ได้ โดยการ เขียนโค้ด เป็นไปในแบบ MVC (Model–View-Controller) เพื่อให้ สามารถเรียนรู้ การเขียนโค้ดให้ถูกต้อง ตามหลัก วิศวะกรรมคอมพิวเตอร์ โค้ดของเราจะง่าย ต่อการ อัพเกรต, หรือ การแก้ไข ครับ ดูรายละเอียด เพิ่มเติมที่ http://androidthai.in.th/android-training-for-beginer.html

3

http://androidthai.in.th

Hotline: 081-859-5309


การติดตั่งจาวา JDK เนื่องจาก Application android ใช้ จาวา เป็นภาษา ในการพัฒนา จึงจําเป็นที่ จะต้องมี JDK ไว้ Compile ภาษา จาวา ไปโหลด JDK จากที่นี่ http://www.oracle.com/technetwork/java/javase/downloads/jdk7-downloads-1880260.html ในเวลานี่ มาสเตอร์ ไม่แนะนําให้ใช้ จาวา เวอร์ชั่น 1.8.x นะครับ เพราะ มีปัญหาในการแตก aar

ทําการติดตั่ง ซะ แต่สําหรับใครที่มีแล้ว ก็ไม่ต้องทําการติดตั่ง ซ้ํานะครับ

4

http://androidthai.in.th

Hotline: 081-859-5309


เลือกโหลด ให้เหมาะสมกับ สถาปัตยกรรมการประมวลผล ของ เครื่องตัวเอง

5

http://androidthai.in.th

Hotline: 081-859-5309


กำหนด PATH ให้ Windows เห็น จาวา ไปที่ jdk และ copy พาธไว้

เปิด System และไปที่ Advance system settings

6

http://androidthai.in.th

Hotline: 081-859-5309


7

http://androidthai.in.th

Hotline: 081-859-5309


สร้าง JAVA_HOME

กลับไป copy path ของ bin

สร้าง PATH สําหรับ จาวา

8

http://androidthai.in.th

Hotline: 081-859-5309


ตรวจสอบความถูกต้องอีกที

9

http://androidthai.in.th

Hotline: 081-859-5309


ติดตั่ง android Studio เข้าไป Download android Studio ที่ https://developer.android.com/sdk/installing/studio.html

Download มาเลย

10

http://androidthai.in.th

Hotline: 081-859-5309


จะติด Windows Protected PC โดยคลิก Run anyway

ติดตั่งไปเรื่อยๆ

11

http://androidthai.in.th

Hotline: 081-859-5309


12

http://androidthai.in.th

Hotline: 081-859-5309


Hello World หลังจาก ติดตั่ง android Studio เสร็จ จะได้หน้าตา ของ android Studio แบบนี้

New Projcet ซะ

13

http://androidthai.in.th

Hotline: 081-859-5309


กรอกข้อมูลต่างๆ ตามนี่ก่อน 14

http://androidthai.in.th

Hotline: 081-859-5309


15

http://androidthai.in.th

Hotline: 081-859-5309


16

http://androidthai.in.th

Hotline: 081-859-5309


รอโหลด จนเสร็จ ถ้ายังไม่ได้ปิด Windows Firewall จะมี การแจ้ง ให้ allow ไปครับ

รอไปเรื่อยๆ

17

http://androidthai.in.th

Hotline: 081-859-5309


คลิกที่มุม ขวาล่าง

เรียบร้อย พร้อมลุยโค้ดแอนดรอยด์

18

http://androidthai.in.th

Hotline: 081-859-5309


19

http://androidthai.in.th

Hotline: 081-859-5309


ลองเปิด จาวาโค้ด ออกมา

การอัพเดท SDK และ ติดตั้ง Platform เพิ่ม เดี๋ยวเราจะลอง อัพเดท SDK และ ติดตั้ง Platform android v 4.3 ดู

20

http://androidthai.in.th

Hotline: 081-859-5309


เปิด android SDK Manager

เพิ่ม Platform android 4.3

21

http://androidthai.in.th

Hotline: 081-859-5309


22

http://androidthai.in.th

Hotline: 081-859-5309


รอจนเสร็จ

23

http://androidthai.in.th

Hotline: 081-859-5309


Updata SDK ไม่ได้ทำอย่างไร ? เท่าที่เจอบน Windows คลิก No ไป ส่วนไหน ? อัพเดทไม่ได้ค่อยมาทําทีหลัง

24

http://androidthai.in.th

Hotline: 081-859-5309


ที่ Windows เป็นไปได้หลายอย่าง รอให้เสร็จก่อน

การปลด Permission โฟวเดอร์ SDK เข้าไปที่ c://ProgramFile(x86)/android/androidStudio/sdk คลิกขวา

25

http://androidthai.in.th

Hotline: 081-859-5309


ลองเปิด android Studio และลอง อัพเดทใหม่

26

http://androidthai.in.th

Hotline: 081-859-5309


27

http://androidthai.in.th

Hotline: 081-859-5309


28

http://androidthai.in.th

Hotline: 081-859-5309


29

http://androidthai.in.th

Hotline: 081-859-5309


Turn static files into dynamic content formats.

Create a flipbook
Issuu converts static files into: digital portfolios, online yearbooks, online catalogs, digital photo albums and more. Sign up and create your flipbook.