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

-- 
-- 
You received this message because you are subscribed to the "Android Building" 
mailing list.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-building?hl=en

--- 
You received this message because you are subscribed to the Google Groups 
"Android Building" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-building/8b4c0eb7-8f14-461c-bac5-714afdb82078n%40googlegroups.com.

Reply via email to