0

I was trying to build a android release. I found this code:

mkdir cm4mm
cd cm4mm
repo init -u git://github.com/nadlabak/android.git -b gingerbread
repo sync
vendor/cyanogen/get-rommanager
. build/envsetup.sh && brunch umts_sholes

I installed Git, but while I tried repo on git bash, it said "Command Not Found". What am I doing wrong?

Carl Manaster
  • 39,912
  • 17
  • 102
  • 155

1 Answers1

2

You need to install repo first - there are instructions here:

Mark Longair
  • 446,582
  • 72
  • 411
  • 327
  • repo installed.. it says it requires python.. so python 2.7 installed.. but on running repo command, it says Traceback (most recent call last): File "c:/Windows/system32/repo" line 91,in import readline ImportError : No module name readline I cant get what went wrong... – user636142 Apr 19 '11 at 03:14