You will have to have the device that you are building for plugged into the machine w/ adb enabled. What it's trying to do is pull the system files off the device as it utilizes some of those files to build the gonk/gecko layer.
Regards, Naoki On Jan 29, 2014, at 6:20 PM, Jose Vidal <[email protected]> wrote: > Hi, > > Thanks for your help. > > The problem was fixed. > I'm working with Ubuntu 12.04 64bits, I put inside the .bashrc file the next > lines: > > ----- > > #add for me: jvidalsm > export PATH=/path-to-adt/sdk/platform-tools:$PATH > > ------- > > And, finally I restart the terminal. It's all. > > > Now (in the same build) I have a new error: > > ---- > > Pulling "libauth.so" > remote object '/system/lib/libauth.so' does not exist > Failed to pull libauth.so. Giving up. > > ---- > > I hope your help. > > Regards. > > jvidalsm > _______________________________________________ > dev-b2g mailing list > [email protected] > https://lists.mozilla.org/listinfo/dev-b2g _______________________________________________ dev-b2g mailing list [email protected] https://lists.mozilla.org/listinfo/dev-b2g
