Skip to content
New issue

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

2016年10月14日学习内容 #6

Open
xingyi-leilei123 opened this issue Oct 14, 2016 · 0 comments
Open

2016年10月14日学习内容 #6

xingyi-leilei123 opened this issue Oct 14, 2016 · 0 comments

Comments

@xingyi-leilei123
Copy link
Collaborator

一、之前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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant