JDK 설치 JDK 설치 http://www.java.sun.com JRE = 단순히 JAVA로 개발된 언어를 읽어줌 JDK = JAVA 개발용 tar xvfz jdk.tar.gz mv jdk /usr/lib/jvm/jdk update-alternatives --install /usr/bin/java java /usr/lib/jvm/jdk/jre/bin/java 744 update-alternatives --config java [환경 구축] 환경 구축 www.android.com Partners Developers Packages Git, JDK, flex and .... X11 development curl http://android.git.kernel.org/repo >~/bin/repo chmod a+x ~/bin/repo repo init -u git://android.git.kernel.org/platform/manifest.git repo sync make * error fprintf() sudo apt-get install gcc-4.3 g++-4.3 JDK openJDK -> ORACLE JavaSDK 5 gperf sudo apt-get install git-core gnupg sun-java5-jdk flex bison g.. ADB 명령어 ADB 명령어 adb root root 권한으로 실행 adb remount device를 remount adb kill-server adb start-server device 인식이 꼬이면 server를 죽이고 다시 살리면 잘된다. adb devices 연결된 devices list adb install test.apk apk 설치 adb uninstall test.apk apk 삭제 adb install -r test.apk apk 재설치 adb push test.apk /system/app sign 문제로 설치가 되지 않을 때 System/app 폴더에 넣음 adb shell [명령] Shell 명령 실행 또는 Shell 실행 adb reboot [bootloader | recovery] reboot.. 이전 1 다음