sucese / android-open-source-project-analysis

Android open source project analysis. Note: The project has been moved to https://github.com/BeesAndroid/BeesAndroid.
Apache License 2.0
2.76k stars 509 forks source link

Windows如何获取Android源代码 #5

Open chenfei0928 opened 6 years ago

chenfei0928 commented 6 years ago

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

sucese commented 6 years ago

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

edidada commented 6 years ago

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

chenfei0928 commented 6 years ago

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

chenfei0928 commented 6 years ago

执行

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 commented 5 years ago

执行

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 commented 5 years ago

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

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