Re: [android-building] Can not locate config makefile for product "aosp_car_emu_x86_64"

2018-03-22 Thread 'Dan Willemsen' via Android Building
There was a typo in the shell script used to create that lunch menu. Directly use `lunch aosp_car_x86_64-userdebug` instead (without the _emu). - Dan On Wed, Mar 21, 2018 at 7:04 AM Birender Singh wrote: > Unable to compile any of car emulator. > > You're building

Re: [android-building] "sudo apt-get install ia32-libs git gnupg flex bison gperf build-essential zip" execution failure

2018-03-22 Thread 'Dan Willemsen' via Android Building
> > "apt-get install ia32-libs git gnupg flex bison gperf build-essential zip" E: Package 'ia32-libs' has no installation candidate > My experience with this error is that your system is set up as 64-bit only. That's currently not supported to build android, we still execute some 32-bit

Re: [android-building] Re: mac 10.13 high sierra build failed:ninja failed with: exit status 1 #### failed to build some target

2018-03-22 Thread 'Dan Willemsen' via Android Building
What version of Android are you trying to build? This has been fixed on master, older versions generally aren't supported on new Mac versions (there's a range check for compatible SDK versions, but this is a runtime issue, so that may not catch it). - Dan On Wed, Mar 21, 2018 at 7:04 AM Suyash