Skip to content

android-revolution-project/android

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 

Repository files navigation

How to build Android Revolution Project

1. Installing packages.

sudo su

apt-get install bison build-essential curl flex lib32ncurses5-dev lib32readline-gplv2-dev lib32z1-dev libesd0-dev libncurses5-dev libsdl1.2-dev libwxgtk2.8-dev libxml2 libxml2-utils lzop openjdk-7-jdk openjdk-7-jre pngcrush schedtool squashfs-tools xsltproc zip zlib1g-dev git-core make phablet-tools gperf git-core gnupg flex bison gperf libesd0-dev libwxgtk2.6-dev squashfs-tools build-essential zip curl libncurses5-dev zlib1g-dev sun-java6-jdk pngcrush schedtool g++-multilib lib32z1-dev lib32ncurses5-dev libc6-dev ia32-libs x11proto-core-dev lib32z-dev mingw32 tofrodos python-markdown python python-lunch libxml2-utils xsltproc libx11-dev:i386

2. Installing JDK

add-apt-repository ppa:webupd8team/java && apt-get update && apt-get install oracle-java7-installer -y

3. Installing repo

exit

mkdir ~/bin

PATH=~/bin:$PATH

cd ~/bin

curl http://commondatastorage.googleapis.com/git-repo-downloads/repo > ~/bin/repo

chmod a+x ~/bin/repo

4. Creating folder for src

mkdir ~/arp && cd arp

5. Enter in git (if not log in)

git config --global user.email "youremail@ololo.com"

git config --global user.name "yourname"

6. Downloading the sources

repo init -u git://github.com/android-revolution-project/android.git -b master

repo sync -f

7. Build

. build/envsetup.sh && lunch arp_saga-userdebug && make otapackage

Wait, then enjoy ;)

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors