[android-building] Re: Build android-r-preview-4 on macOS 10.15 failed. Did anyone succeed?

2020-08-05 Thread 'Glenn Kasten' via Android Building
Preview source code is incomplete and for reference only, and is not intended to be buildable. On Wednesday, August 5, 2020 at 7:22:56 PM UTC-7, Lee Prime wrote: > > After the repo sync was done , I start do the following steps. > > source build/envsetup.sh # this works fine. > > lunch #

[android-building] Re: Android Wear 9.0 released

2020-08-05 Thread 'del...@google.com' via Android Building
Hi, all, Today, we pushed a small number of GPL projects for the Android Wear Hematite. The tags is android-wear-9.0.0_r21. This is not a full platform update and only for reference. We also pushed the kernel projects for the following devices: Tag | Project| Branch

[android-building] Build android-r-preview-4 on macOS 10.15 failed. Did anyone succeed?

2020-08-05 Thread Lee Prime
After the repo sync was done , I start do the following steps. source build/envsetup.sh # this works fine. lunch # there was several problems. Here they are. === dyld: Library not loaded: @rpath/libcrypto-host.dylib Referenced from:

[android-building] Re: Cannot setup build environment in Ubuntu 18.04

2020-08-05 Thread kushtr...@gmail.com
Upgraded the server to 20.04, and managed to install without problems :) On Monday, August 3, 2020 at 4:21:00 PM UTC+2 sooo...@gmail.com wrote: > Few things you can try at this point , > > 1) update source list and run upgrade > > sudo apt-get update > sudo apt-get upgrade > > > 2)I don't

Re: [android-building] Add custom build to Android studio emulator

2020-08-05 Thread 'Frank Yang' via Android Building
There are also scripts in AAOS that might help but may need to be adapted to the general case: https://android.googlesource.com/device/generic/car/+/refs/heads/master/tools/ On Wed, Aug 5, 2020 at 9:04 AM Frank Yang wrote: > For creating an AVD off your platform build, currently there aren't

Re: [android-building] Add custom build to Android studio emulator

2020-08-05 Thread 'Frank Yang' via Android Building
For creating an AVD off your platform build, currently there aren't good happy paths for it yet (we're working on it). A stopgap solution is to setup some default AVD in Studio (doesn't matter what the name is, let's call it 'someAvd' for now), note the path to the system image in

[android-building] Add custom build to Android studio emulator

2020-08-05 Thread Bastien Chanot
Hi everyone ! I hope you are all good =) I am talking to you today for asking you something. I don't find any answer on internet, so maybe some of you got it ! I just built a AOSP build, successfully, and i wish to add it to my android studio emulator. (on Ubuntu !) I tried to follow the link