You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
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:
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