ubuntu Android 환경 설정

1. 설치: sun - java6 - jdk
2. Android SDK linux 버 전 다운로드 (http://developer.android.com)
3. Android SDK tools 디 렉 터 리 에 있 는 "Android" 프로그램 을 실행 하여 관련 platform 모듈 (예: 1.6Platform) 을 업데이트 합 니 다.
    이 단계 에서 주의해 야 할 것 은 기본 사이트 가 https 프로 토 콜 입 니 다. 연결 에 실패 하면 http 프로 토 콜 로 바 꿉 니 다.
4. eclipse 설치 (3.4 이상 버 전)
5. eclipse ADT 설치
  • Start Eclipse, then select Help > Install New Software .
  • In the Available Software dialog, click Add... .
  • In the Add Site dialog that appears, enter a name for the remote site (for example, "Android Plugin") in the "Name" field. In the "Location" field, enter this URL:
    https
    :
    //dl-ssl.google.com/android/eclipse/
    
    Note: If you have trouble acquiring the plugin, you can try using "http" in the URL, instead of "https" (https is preferred for security reasons). Click OK .
  • Back in the Available Software view, you should now see "Developer Tools" added to the list. Select the checkbox next to Developer Tools, which will automatically select the nested tools Android DDMS and Android Development Tools. Click Next .
  • In the resulting Install Details dialog, the Android DDMS and Android Development Tools features are listed. Click Next to read and accept the license agreement and install any dependencies, then click Finish .
  • Restart Eclipse.

  • 6.  Android NDK
          NDK 를 다운로드 하여 자신의 프로젝트 를 apps 디 렉 터 리 에 두 면 됩 니 다.
           컴 파일 시 NDK 디 렉 터 리 아래 "make APP = 프로젝트 이름"

    좋은 웹페이지 즐겨찾기