export PATH = $PATH : $HOME / binĭo not forget to add this to your. Make sure to add $HOME/bin to your path, if it is not already there.
com / git - repo - downloads / repo > $HOME / bin / repo mkdir $HOME / binĬurl http :// commondatastorage. Obtaining repoįirst we need to obtain the repo tool. We need python to run the scripts, kvm to be able to run the emulator and git to get the source. Install the following dependencies: sudo apt - get install - y git build - essential python qemu - kvm ninja - build python - pip ccache The instructions here assume you are using a deb based distribution, such as Debian, Ubuntu or Goobuntu.
This document describes how to get started with emulator development under linux.