User Tools

Site Tools


android

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
android [2009/10/19 08:54] suapapaandroid [2013/08/03 05:04] (current) – external edit 127.0.0.1
Line 155: Line 155:
   *[[http://developer.android.com/|android developers]]   *[[http://developer.android.com/|android developers]]
   *[[http://www.androiddevelopment.org/|android developers blog]]   *[[http://www.androiddevelopment.org/|android developers blog]]
-소스저장소  
-  *[[http://android.git.kernel.org/|android git]] official site? 
-  *[[http://android.git.kernel.org/pub/|android/pub]] 
 실제 타켓에 포팅 실제 타켓에 포팅
   *[[http://benno.id.au/blog/?tag=android|android articles in Benno's blog]]   *[[http://benno.id.au/blog/?tag=android|android articles in Benno's blog]]
Line 166: Line 163:
   *[[http://androidhuman.tistory.com/|커니의 안드로이드 이야기]]   *[[http://androidhuman.tistory.com/|커니의 안드로이드 이야기]]
   *[[http://www.droiddraw.org/|DroidDraw Beta]] ui 디자인 사이트   *[[http://www.droiddraw.org/|DroidDraw Beta]] ui 디자인 사이트
 +
 +====== 소스 다운로드 ======
 +소스저장소 
 +  *[[http://android.git.kernel.org/|android git]] official site?
 +  *[[http://android.git.kernel.org/pub/|android/pub]]
 +플랫폼 다운로드
 +<code bash>
 +mkdir mydroid
 +cd mydroid
 +repo init -u git://android.git.kernel.org/platform/manifest.git
 +repo sync
 +</code>
 +
 +====== tricks ======
 +  *[[http://android-tricks.blogspot.com/2009/02/hello-world-c-program-on-using-android.html|hello-world-c-program-on-using-android]]
android.1255942499.txt.gz · Last modified: 2013/08/03 05:04 (external edit)