1. Android SDK 다운로드(ADT Bundle for Windows로 받기)
http://developer.android.com/sdk/index.html
2. AppLuad 설치하기
In Eclipse ADT, Select Help -> Install New Software
Click Add to enter a new Repository site
The Name field is optional, "MDS AppLaud 1.2" suggested
In Location, enter the download site: http://svn.codespot.com/a/eclipselabs.org/mobile-web-development-with-phonegap/tags/r1.2/download
Select OK
Select the New Site and Check the box to the left of "PhoneGap for Android"
3. PhoneGap for Android 시작하기
2013-07-18 년도 최신버전을 기준으로 설명
http://jquerymobile.com/download/
ZIP File:
If you want to host the files yourself you can download a zip of all the files:
- Zip File: jquery.mobile-1.3.1.zip (JavaScript, CSS, and images)
https://github.com/phonegap/phonegap/archive/2.9.0.zip
을 받아서 압축을 해제 하고 그 디렉토리를 설정해 주면 됨
위 작업은 jquery 관련 js 파일이 에러가 나기 때문에 작업을 해줌
위 작업은 최소 디바이스 버전이 17로 설정 되기 때문에 7로 설정해서 7이상의 디바이스도 테스팅 가능하게 함
'기타 > 툴 관련(윈도우)' 카테고리의 다른 글
SQLGate 다운로드 (0) | 2013.11.28 |
---|---|
SSD 최적화 (0) | 2013.10.10 |
모바일 뷰 테스트(SpringBox) (0) | 2013.07.02 |
윈도우 단축키(바탕화면 보기 기능) (0) | 2013.02.07 |
Fiddler View in Notepad 수정법 (0) | 2012.11.21 |