블로그 이미지
박황기
최근에 스마트폰에 관심이 많습니다. 예전에 상상하던 모습들이 점차 이루어지고 있는게 신기하네요.

calendar

1 2 3 4 5 6 7
8 9 10 11 12 13 14
15 16 17 18 19 20 21
22 23 24 25 26 27 28
29 30

Notice

2013. 3. 14. 09:57 모바일/안드로이드

[이클립스에서 android source code 연결해서 보기]

1) Android 4.0이후 부터는 Android SDK Manager에서 기본적으로

   android source code를 다운로드 받을수 있고

2) Android 4.0이전  이전 버전은 안드로이드 http://source.android.com/source/downloading.html

   소스코드를 다운로드해서 android sdk 설치 디렉토리 밑에 <android-sdk>/sources.

    소스코드를 위치 시키면 개발시에 바로 소스코드를 참조 할수 있다.

    수동으로 다운받지 않고 관련 플러그인을 설치하면 바로 확인 할 수도 있다.

     http://adt-addons.googlecode.com/svn/trunk/source/com.android.ide.eclipse.source.update/

https://code.google.com/p/adt-addons/


[Reference URL]

http://manski.net/2011/11/android-source-code-in-eclipse/
http://mobilepearls.com/labs/viewing-android-source-code-in-eclipse/

'모바일 > 안드로이드' 카테고리의 다른 글

Google Play Game Service  (0) 2013.08.04
URLEncoding  (0) 2013.04.24
Android Supported Media Formats  (0) 2013.02.08
[링크]AsyncTask and AsyncTaskLoader  (1) 2012.11.29
TextWatcher  (0) 2011.08.12
posted by 박황기