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

Windows如何获取Android源代码 #5

Open
chenfei0928 opened this issue Feb 28, 2018 · 6 comments
Open

Windows如何获取Android源代码 #5

chenfei0928 opened this issue Feb 28, 2018 · 6 comments

Comments

@chenfei0928
Copy link

如果从清华大学镜像获取到AOSP源码后,该如何解压它,毕竟Windows磁盘系统是不区分大小写的

@sucese
Copy link
Owner

sucese commented Feb 28, 2018

Windows也是支持脚本下载的,直接下载的是源码,无需解压,具体可以参见导读部分。

@edidada
Copy link

edidada commented Mar 13, 2018

如果是下载的清华镜像打包好的最近月份的源码,tar格式的话,可以考虑用虚拟机安装linux来解压。

@chenfei0928
Copy link
Author

清华大学的镜像包可以下载到并正常解压(WSL下,NTFS文件分区)
但是编译时候需要依赖的某些软件源无法正常安装(依赖名称带冒号)
应该怎么办

@chenfei0928
Copy link
Author

chenfei0928 commented Mar 23, 2018

执行

make idegen && development/tools/idegen/idegen.sh

时会提示

/bin/bash: prebuilts/build-tools/linux-x86/bin/makeparallel: No such file or directory
build/make/core/main.mk:21: recipe for target 'run_soong_ui' failed
make: *** [run_soong_ui] Error 127

@CattleFoot
Copy link

执行

make idegen && development/tools/idegen/idegen.sh

时会提示

/bin/bash: prebuilts/build-tools/linux-x86/bin/makeparallel: No such file or directory
build/make/core/main.mk:21: recipe for target 'run_soong_ui' failed
make: *** [run_soong_ui] Error 127

这个你有解决方案吗

@sucese
Copy link
Owner

sucese commented Jun 21, 2019

如果从清华大学镜像获取到AOSP源码后,该如何解压它,毕竟Windows磁盘系统是不区分大小写的

如果从清华大学镜像获取到AOSP源码后,该如何解压它,毕竟Windows磁盘系统是不区分大小写的
参考文档,基本的工具WIndows上也有的。

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

4 participants