digitalicecream
Newbie
It appears there are some differences between the instructions set and what is necessary to complete the setup. Minor stuff to most but I'm not fluent in linux so It's been a fun challenge. I didn't have to start from scratch but I did have to copy the instructions from the google doc over to a notepad, which I could then paste into Terminal. As long as I'm not destroying my phone or my computer, this is the best way to learn.
I appreciate the tip though.
I appreciate the tip though.
I do this as user, not root, (I really don't see a reason to do this as root) on my computer
Delete both the android and bin folders and try again from scratchCode:mkdir ~/bin PATH=~/bin:$PATH curl https://dl-ssl.google.com/dl/googlesource/git-repo/repo > ~/bin/repo chmod a+x ~/bin/repo mkdir android cd ~/android repo init -u https://github.com/mantera/android.git -b ics repo sync cd ~/android/vendor/cm/ ./get-prebuilts cd ~/android repo sync . build/envsetup.sh && brunch triumph