Re: [android-building] Replacing acloud prebuilt binary

2020-04-21 Thread Andre D
That was it. Thank you, Dan! On Tuesday, April 21, 2020 at 1:38:51 PM UTC-5, Dan Willemsen wrote: > > I believe the prebuilt comes from the python support in the platform build > system, not setup.py: > > source build/envsetup.sh > m acloud > cp out/host/linux-x86/bin/acloud-dev .../acloud

Re: [android-building] Replacing acloud prebuilt binary

2020-04-21 Thread 'Dan Willemsen' via Android Building
I believe the prebuilt comes from the python support in the platform build system, not setup.py: source build/envsetup.sh m acloud cp out/host/linux-x86/bin/acloud-dev .../acloud - Dan On Tue, Apr 21, 2020 at 11:16 AM Andre D wrote: > Hello, > > Is it possible to replace the prebuilt acl

[android-building] Replacing acloud prebuilt binary

2020-04-21 Thread Andre D
Hello, Is it possible to replace the prebuilt acloud binary (prebuilts/asuite/acloud)? When I run "python setup.py bdist_wheel" within the tools/acloud directory I don't find any binary in the output. I'm new to Python, so perhaps I'm missing something. Thank you, Andre -- -- You received

Re: [android-building] Need help in running multiple emulators with AOSP

2020-04-21 Thread 'Frank Yang' via Android Building
In reply to your question on android-building: Need help in running multiple emulators with AOSP Add -read-only to the command line options On Tue, Apr 21, 2020 at 8:44 AM TORAL PANCHAL wrote: > *Problem overview:* > > After building AOSP with custom emulator(updated default.xml), facing > er

[android-building] Failure running cuttlefish

2020-04-21 Thread Stephan Schwartz
Hi all, I am having troubles running a cuttlefish image built on my own pc. I followed the instruction for the default cuttlefish-image that i found on the BUILDING.md file on this repo https://github.com/google/android-cuttlefish.git, I successfully run the image, and view the phone via web b

[android-building] Need help in running multiple emulators with AOSP

2020-04-21 Thread TORAL PANCHAL
*Problem overview:* After building AOSP with custom emulator(updated default.xml), facing error in executing multiple emulators simultaneously *Commands*: Shell1: emulator -port -no-skin -no-audio -no-window -qemu -device ,addr=,size= Shell2: (same command to up second emulator) e