1

I can't install ubuntu on my office pc so i need to know is there any way to download android open source project on windows machine ? How ? Thanks.

Armin
  • 599
  • 2
  • 8
  • 19
  • Please search first. 1 minute on Google gives you the answer. Or look at the Related questions list over there -------------> – Simon Feb 23 '13 at 20:40
  • Windows is not a development OS because it does not have UNIX commands – Suici Doga Mar 11 '16 at 01:51

2 Answers2

3

You can use VirtualBox to install ubuntu as guest OS on your host windows machine. If you just want to browse code you can do that online on github, for any thing related to build you would require ubuntu (or other linux flavors).

PravinCG
  • 7,688
  • 3
  • 30
  • 55
  • The office PC is really slow, I can't use VirtualBox. – Armin Feb 23 '13 at 20:36
  • In that case use the option to browse source code online. Repo sync and build process can take a very long time (multiple hours) if your system is slow. – PravinCG Feb 23 '13 at 20:38
  • http://stackoverflow.com/questions/2746407/how-can-i-check-out-android-source-code-in-windows-os – PravinCG Feb 23 '13 at 20:52
0

Thanks. this guide helped me to download it on windows: http://blog.csdn.net/zhenwenxian/article/details/5780412 Done.

Armin
  • 599
  • 2
  • 8
  • 19