Download presentation
Presentation is loading. Please wait.
Published by덕문 고 Modified 8년 전
1
Distributed and Cloud Computing Lab. Embedded System Software Android 개발환경 Dept. of Computer Science and Engineering Sogang University, Seoul, KOREA 1
2
Distributed and Cloud Computing Lab. Android Architecture 2
3
Distributed and Cloud Computing Lab. 이클립스 다운로드 https://www.eclipse.org/downloads/ https://www.eclipse.org/downloads/ IDE for java EE Developers(Linux 64bit) 다운로드 SDK 다운로드 http://developer.android.com/sdk/index.html#Other http://developer.android.com/sdk/index.html#Other android-sdk_r24.2-linux.tgz 다운로드 android-sdk_r24.2-linux.tgz http://dl.google.com/android/adt/adt-bundle-linux- x86_64-20140702.zip 다운로드 http://dl.google.com/android/adt/adt-bundle-linux- x86_64-20140702.zip Download 3
4
Distributed and Cloud Computing Lab. apt-get install git-core gnupg flex bison gperf bui ld-essential zip curl zlib1g-dev libc6-dev libncurs es5-dev x11proto-core-dev libx11-dev libgl1-me sa-dev g++-multilib mingw32 tofrodos python-m arkdown libxml2-utils xsltproc apt-get install gcc-multilib g++-multilib libc6-i38 6 libc6-dev-i386 apt-get install lib32z-dev lib32ncurses5-dev apt-get install libstdc++6:i386 lib32z1 lib32ncur ses5 lib32bz2-1.0 Install package 4
5
Distributed and Cloud Computing Lab. package 다운로드가 안될때 # cd /etc/apt # sudo cp sources.list sources.list.old # sudo sed -i 's,http://.*ubuntu.com,http://old- releases.ubuntu.com,g' sources.list # sudo apt-get update Install package 5
6
Distributed and Cloud Computing Lab. adb tool 설치 apt-get install android-tools-adb usb 연결 tftp 대신 adb 로 파일 전송 가능 adb push 파일명 / adb shell apt-get install unzip zip 파일 압축풀기 unzip 파일명 Install package 6
7
Distributed and Cloud Computing Lab. oracle 사이트에서.bin 파일을 직접 다운로드 하여 수동 설치 apt-get 으로 간단히 설치 add-apt-repository "deb http://archive.canonical.com/ lucid partner" apt-get update apt-get install openjdk-6-jdk Install OpenJDK 7
8
Distributed and Cloud Computing Lab. 설치 확인 update-alternatives --config java update-alternatives --config javac 자바 path 설정 vim /root/.bashrc export JAVA_HOME=/usr/lib/jvm/java-6- openjdk/jre/bin/java export ANDROID_JAVA_HOME=$JAVA_HOME apt-get install openjdk-6-jdk source /root/.bashrc java Install OpenJDK 8
9
Distributed and Cloud Computing Lab. 압축 풀기 unzip adt-bundle-linux-x86_64-20140702 이클립스 실행 cd adt-bundle-linux-x86_64-20140702/eclipse ./eclipse 이클립스 menu 창이 클릭이 안될때 쉘 파일 생성 export UBUNTU_MENUPROXY=0 /root/Downloads/adt-bundle-linux-x86_64-20140321/eclipse/eclipse Eclipse 설치 9
10
Distributed and Cloud Computing Lab. [Help]->[Install New Software]->[Add] https://dl-ssl.google.com/android/eclipse/ [OK]->[Select All]->Next-> 동의 후 설치 시작 설치 완료 후 이클립스 Restart Eclipse 설치 (ADT install) 10
11
Distributed and Cloud Computing Lab. [Window]->[Android SDK Manager] Android 2.3.3 설치 Android 4.2 설치 [Window]->[customize perspective]->[Android SDK Manager] check Eclipse 설치 (SDK install) 11
12
Distributed and Cloud Computing Lab. [Window]->[Preference]->[Android]->[Browse] /work/mydroid/adt-bundle-linux-x86 adt-bundle-linux-x86 이 있는 폴더 Eclipse 설치 (SDK install) 12
13
Distributed and Cloud Computing Lab. Path 설정 vim /root/.bashrc export PATH=/root/work/mydroid/adt-bundle- linux-x86/sdk/platform-tools:$PATH adt-bundle-linux-x86 이 있는 폴더 Eclipse 설치 (SDK Platform) 13
Similar presentations