android full build => emulator
1. Android Full 소스 다운로드
- # git clone https://android.googlesource.com/platform/manifest
- # cd manifest
- # git branch -a => 최신 branch 확인 => android-5.0.0_r7 확인
- # cd ..
- # mkdir android-5.0.0_r7
-# cd android-5.0.0_r7
-# repo init -u https://android.googlesource.com/platform/manifest -b android-5.0.0_r7
2. Android full source 빌드 후 emulator 실행
-# cd android-5.0.0_r7
- # source build/envsetup.sh
- # lunch full-eng
- # build -j4
- # build -j4
- # [android-open]# which emulator
/home/dkyun77/dev/android-open/out/host/linux-x86/bin/emulator
- # emulator 실행
/home/dkyun77/dev/android-open/out/host/linux-x86/bin/emulator
- # emulator 실행
3. emulator 실행 확인
- emulator 실행화면 확인
- emulator 프로스세 확인
- # ps -ef | grep emulator
../home/dkyun77/dev/android-open/out/host/linux-x86/bin/emulator64-arm
../home/dkyun77/dev/android-open/out/host/linux-x86/bin/emulator64-arm
댓글
댓글 쓰기