I found a nice tutorial explaining now to compile Android 2.3 on Ubuntu 2.3.
These tips fixed all issues I was getting on Ubuntu:
http://www.tuxtopia.nl/2011/10/20/guide-building-android-2-3-7-on-ubuntu-11-10-64-bit/
Also add: uuid-dev
If you are compiling Android with ubifs support then you need to install:
$ apt-get install liblzo2-dev:i386
Thanks for the link ;-). I’m the author of the article.
Thank you Peter!
It was a little challenge get Android 2.3 compiling on Ubuntu 11.10.
Now everything is fine. Thanks for sharing!
Best Regards,
Alan
actually the easiest thing to do (though it takes up a little more space) is to just install an ubuntu 10.04 chroot inside you 11.10 system.
check out schroot.
akp
The problem occurs with 12.04 LTS 64 bits too.
To solve:
apt-get install liblzo2-dev:i386 uuid-dev:i386