adt-bundle-mac android 아날로그 sd 카드 추가 파일

1384 단어
1. 새 이미지 파일, sdk/tools 디렉토리 아래
./mksdcard 200M sdcard.img

2. 
2.1 eclipse에서 ADT 플러그인을 사용했습니다.eclipse->windows->Android AVD Manager, 가상 device를 위한 창 팝업
또는 명령줄 방식:
sdk/tools 디렉터리에서
./android create avd --name android22 --target 8 --sdcard sdcard.img

3. 시뮬레이터를 명령줄로 실행합니다. (eclipse가 시뮬레이터를 시작하면adb push에서 device를 찾을 수 없음을 알립니다.)
sdk/tools 디렉터리에서
./emulator -avd android22
4. sdk/platform-tools 디렉토리 아래:
./adb push test.txt sdcard/test.txt 
5. 이런 목적을 실현하는 데 더욱 편리한 mount 방식도 있다
http://www.jayway.com/2009/04/22/working-with-sd-cards-in-the-android-emulator/

좋은 웹페이지 즐겨찾기