We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
一、之前CTS测试方式推翻 1、镜像名字:android_x86_64-20161011-5.1其中的20161011可以随便写 2、configs内容:r 192.168.0.62 /dev/sda5 run cts "--plan CTS --disable-reboot"内容不变,注意ip 3、启动:./paraRun.sh /home/entity/iso/android_x86_64-20161011-5.1(镜像的位置)
二、获取源码 1、同步源码: 下载 repo 工具: mkdir /bin PATH=/bin:$PATH curl https://storage.googleapis.com/git-repo-downloads/repo > ~/bin/repo 设置权限chmod a+x ~/bin/repo 2、在/home/entity下建立工作目录: mkdir WORKING_DIRECTORY cd WORKING_DIRECTORY 3、始化仓库, 并选择multiwindow Android-x86 版本: repo init -u git://192.168.0.185/lollipop-x86/manifest.git -b multiwindow 4、同步源码树(以后只需执行这条命令来同步): repo sync
The text was updated successfully, but these errors were encountered:
No branches or pull requests
一、之前CTS测试方式推翻
1、镜像名字:android_x86_64-20161011-5.1其中的20161011可以随便写
2、configs内容:r 192.168.0.62 /dev/sda5 run cts "--plan CTS --disable-reboot"内容不变,注意ip
3、启动:./paraRun.sh /home/entity/iso/android_x86_64-20161011-5.1(镜像的位置)
二、获取源码
1、同步源码:
下载 repo 工具:
mkdir
/bin/bin:$PATHPATH=
curl https://storage.googleapis.com/git-repo-downloads/repo > ~/bin/repo
设置权限chmod a+x ~/bin/repo
2、在/home/entity下建立工作目录:
mkdir WORKING_DIRECTORY
cd WORKING_DIRECTORY
3、始化仓库, 并选择multiwindow Android-x86 版本:
repo init -u git://192.168.0.185/lollipop-x86/manifest.git -b multiwindow
4、同步源码树(以后只需执行这条命令来同步):
repo sync
The text was updated successfully, but these errors were encountered: