안녕하세요. 


어제까지  XP 상에서 에뮬레이터를 사용하여  테스트 하다가  
권한 문제 와   FrameWork 에서 사용할 수 있는 것과  SDK 레벨에서 사용할 수 있는 것이 다르다고 해서 




위 글을 보고   Eclipse 에서  안드로이드 플랫폼 개발 환경을 맞추어 보려고 하고 있습니다. 


제 환경은  

   XP 에서  Virtual Box 설치해서  이 안에서  우분투 리눅스 사용하고 있으며, 
   Eclipse는  3.5  사용하고, 
   ADT 는 설치한 상태 입니다. 


그런데,  

위 링크의 글에서   

cd /path/to/android/root            ---> 안드로이드 소스 받을 곳으로 이동했구요. 
cp development/ide/eclipse/.classpath .
chmod u+w .classpath # Make the copy writable

도무지  development/ide/eclipse/.classpath 이 파일을 찾을 수가 없네요.

Eclipse는 /root/eclipse 에 설치한 상태인데, 여기도 없고, 검색해 봐도 나오지 않네요.
.classpath파일은 어디에 있는 것인가요?




eclipse  # or you can click some clicky thing instead, if you prefer
Now create a project for Android development:
  1. If Eclipse asks you for a workspace location, choose the default.
  2. If you have a "Welcome" screen, close it to reveal the Java perspective.
  3. File > New > Java Project
  4. Pick a project name, "android" or anything you like.
  5. Select "Create project from existing source", enter the path to your Android root directory, and click Finish.
  6. Wait while it sets up the project. (You'll see a subtle progress meter in the lower right corner.)


위 상태는 무시하고   eclispe을 실행해서    위 순서대로 진행 하면, 

5번에서   안드로이드  소스가 있는  디렉토리를 선택해도, 

[Finish] 버튼이 활성화가 안되어서  누를 수가 없습니다. 




이 작업을 하려면  안드로이드 소스를 받아오는 것이 다른 것인지요? 
혹은,   리눅스에서 작업할 때는  설정할  무언가가 더 있는 것인지요? 


감사합니다.