I got a couple of errors on the "Initializing a Build Environment" chapter, http://source.android.com/source/initializing.html. Can somebody please correct them?
1. Inside "Installing the JDK", the below command will failed. I am guessing 'deb-src' should have been 'deb' $ sudo add-apt-repository "deb-src http://archive.canonical.com/ubuntu lucid partner" 2. Inside "Installing required Packages", for 64-bit systems, 'lib32z- dev' in the following command should have been 'lib32z1-dev' $ sudo apt-get install git-core gnupg flex bison gperf build-essential zip curl zlib1g-dev libc6-dev lib32ncurses5-dev ia32-libs x11proto-core-dev libx11-dev lib32readline5-dev lib32z-dev libgl1-mesa-dev Thank you. Kiet -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

