Error in acloud / cuttlefish Emulator

149 views
Skip to first unread message

XOR

unread,
Dec 15, 2021, 2:09:08 PM12/15/21
to Android Building
Hello, I followed the kickstart development Guide and have now successfully build Android for the Emulator. But when I try to run the command "acloud create --local-image --local-instance" it just gives me an Error:

==================
Notice:
  We collect anonymous usage statistics in accordance with our Content Licenses (https://source.android.com/setup/start/licenses), Contributor License Agreement (https://opensource.google.com/docs/cla/), Privacy Policy (https://policies.google.com/privacy) and Terms of Service (https://policies.google.com/terms).
==================

Creating local AVD instance with the following details:
Image (local):
  /home/xor/aosp/out/target/product/vsoc_x86_64
hw config:
  cpu - 4
  ram - 6GB
  display - 720x1280 (320 DPI)


Waiting for AVD(s) to boot up ...Fail! (0s)
Traceback (most recent call last):
  File "/tmp/Soong.python_h5ob3r0o/acloud/public/acloud_main.py", line 503, in <module>
    EXIT_CODE, EXCEPTION_STACKTRACE = main(sys.argv[1:])
  File "/tmp/Soong.python_h5ob3r0o/acloud/public/acloud_main.py", line 422, in main
    reporter = create.Run(args)
  File "/tmp/Soong.python_h5ob3r0o/acloud/create/create.py", line 255, in Run
    report = avd_creator.Create(spec, args.no_prompt)
  File "/tmp/Soong.python_h5ob3r0o/acloud/create/base_avd_create.py", line 45, in Create
    results = self._CreateAVD(avd_spec, no_prompts)
  File "/tmp/Soong.python_h5ob3r0o/acloud/internal/lib/utils.py", line 750, in DecoratorFunction
    result = func(*args, **kargs)
  File "/tmp/Soong.python_h5ob3r0o/acloud/create/local_image_local_instance.py", line 161, in _CreateAVD
    avd_spec, no_prompts)
  File "/tmp/Soong.python_h5ob3r0o/acloud/create/local_image_local_instance.py", line 254, in _CreateInstance
    constants.DEFAULT_CF_BOOT_TIMEOUT))
  File "/tmp/Soong.python_h5ob3r0o/acloud/internal/lib/utils.py", line 750, in DecoratorFunction
    result = func(*args, **kargs)
  File "/tmp/Soong.python_h5ob3r0o/acloud/create/local_image_local_instance.py", line 647, in _LaunchCvd
    text=True, cwd=host_bins_path)
TypeError: __init__() got an unexpected keyword argument 'text'

Does anyone know what i'm doing wrong? I'm using Ubuntu 18.04
Reply all
Reply to author
Forward
0 new messages