拉取

1
2
repo init -u https://android.googlesource.com/platform/manifest -b android-14.0.0_r20
repo sync

编译

1
2
3
source ./build/envsetup.sh
lunch sdk_phone_x86_64
make

当想要编译平板镜像时

1
lunch sdk_tablet_x86_64

运行

1
emulator