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 
- # [android-open]# which 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


댓글

이 블로그의 인기 게시물

SSH 연결 Delay 해결

[ELK] search guard를 이용한 보안 설정 (사용자 권한)

공공데이터(openapi) 사용법 (특정 정류소, 버스의 남은 좌석 확인 하기)