[Android] 우분투에 안드로이드 프레임워크 로딩 - 에러발생시 해결방법

우분투 리눅스에 JDK와 안드로이드 SDK, 그리고 이클립스를 설치했다.
이어 안드로이드 프로요 풀소스를 다운로드 받아, make명령으로 빌드했고, 빌드된 풀소스를 이클립스의 프로젝트로 불러왔으나 에러가 발생한다. 이러한 에러에 대한 대처방법을 구글 그룹스에서 'Quiring, Sam'이 제시한다.
아래내용을 토대로 처리하면 문제해결이 가능하다.

추신.
오전에 관련자료를 검색하던중, 국내 유일하게 검색되던 블로그의 경로를 함께 기록한다.
내 경우에는 정상적으로 에러를 해결하지는 못하였다.
http://songdroid.blogspot.com/2010/07/android-full-source-comile-and.html


Here is one way:

1. In Eclipse get into the Java perspective on the Android froyo source
   (http://source.android.com/source/using-eclipse.html)
2. In the Eclipse Package Explorer expand the folder: packages/providers/CalendarProvider/src
3. expand the package: com.android.providers.calendar
4. right click on the package com.android.providers.calendar, this brings up a context menu
5. select "new file"
6. In the top 1/2 of the "New File" menu you see the destination
                                                                              - where the link to the file will be put
7. bottom left: click the "Advanced >>" button, this exposes a checkbox:
                                                                              "Link to file in the file system"
8. check that checkbox.  This makes a "Browse..." button become active.
9. click the "Browse..." button, browse to and select the file
          (e.g.,out/target/common/obj/APPS/CalendarProvider_intermediates/
                                src/src/com/andro id/providers/calendar/EventLogTags.java)
10 click OK (in "Select Link Target" window)
11. click Finish (in "New File")

The file (EventLogTags.java) should now appear in the package as a Java class.  The Java class icon will have a little arrow in the lower right, pointing toward the upper left.
Good luck.

참고 : http://groups.google.com/group/android-platform/browse_thread/thread/5c86d1f1929eed3c?pli=1