Android OS Forum banner
1 - 5 of 5 Posts

· Android Lover
Joined
·
456 Posts
Discussion Starter · #1 ·
I am trying to install the required packages for the AOSP to start working on ROMs. I keep getting these errors

Note, selecting 'libsdl1.2-dev' instead of 'libsdl-dev'
E: Unable to locate package libc6-dev-i386
E: Unable to locate package lib32ncurses5-dev
E: Unable to locate package ia32-libs
E: Unable to locate package lib32readline5-dev
E: Unable to locate package lib32z-dev

after running this command

sudo apt-get install git-core gnupg flex bison gperf build-essential zip curl sun-java6-jdk zlib1g-dev gcc-multilib g++-multilib libc6-dev-i386 lib32ncurses5-dev ia32-libs x11proto-core-dev libx11-dev lib32readline5-dev lib32z-dev

How do I get the packages? Synaptic did not display them when I tried a search.
 

· Android Lover
Joined
·
456 Posts
Discussion Starter · #5 ·
You may be right idk.... I have only ever installed it when working on actual android apps. I got everything to install after doing a VM off my windows computer. I was using a box. Also the files have changed I used synaptic and started typing in the files and then I would see something that is close I would install it. Most of the differences was the 32 is now a 64. and yes I did install this on a 32 bit computer not 64 lol. Its just an updated file. Also the I386 file is included in the Jave6 so you will not find that file.
 
1 - 5 of 5 Posts
This is an older thread, you may not receive a response, and could be reviving an old thread. Please consider creating a new thread.
Top