Skip to content
Advertisement

repo fail to init on Ubuntu 16,0 virtual box on Macbook

I am trying to build AOSP image on my mac Book using Linux virtual box.

Since I don’t have enough space on Mac I am trying to checkoutAOSP on external 2 TB Segate HDD which I planned to use for build.

I have installed repo tool and python 2.7 but when I try to init repo with this command

repo init -u https://android.googlesource.com/platform/manifest

It fail with this error message

JavaScript

I dont know how to trouble shoot this, I dont understand which function is not implemented,

Advertisement

Answer

I figured it out repo cant be initialise on an external hdd. I had to create a vdi file on my external hard disk and then use that to download aosp source code.

User contributions licensed under: CC BY-SA
9 People found this is helpful
Advertisement