[android-building] Re: acloud fails on Ubuntu 20.04

2020-08-31 Thread Rakesh Gupta
I manually installed cuttlefish. But when I reached further with acloud I got to know that *Cuttlefish only works on Intel cpus and not on Amd*. I will try google cloud solution. On Thursday, August 27, 2020 at 6:26:41 PM UTC+5:30 Rakesh Gupta wrote: > I am not able to install cuttlefish on

Re: [android-building] Re: acloud fails on Ubuntu 20.04

2020-07-03 Thread Elman Efendiyev
While using this set of commands, looks like acloud-dev trying to start, but asking some password. I can'u understand what password it asking and where to set it: console output start elman@lego:~/aosp$ acloud-dev create --yes --verbose

[android-building] Re: acloud fails on Ubuntu 20.04

2020-06-22 Thread Dean Wheatley
Here's a set of commands which worked on my Ubuntu 20.04 workstation to launch cuttlefish. YMMV. # Check python major version is 2 due to incompatibility in acloud-dev which python3 python_major_ver=$(python -V 2>&1 | sed s/Python\ // | cut -c 1) if [ -z "${python_major_ver}" ]; then echo "no

[android-building] Re: acloud fails on Ubuntu 20.04

2020-06-19 Thread Dean Wheatley
https://issuetracker.google.com/issues/159361839 On Friday, June 19, 2020 at 12:45:58 AM UTC+10, Glenn Kasten wrote: > > Please file a bug here: > > https://source.android.com/setup/contribute/report-bugs > > On Thursday, June 18, 2020 at 7:32:05 AM UTC-7, Ismael Vidal wrote: >> >> I have the

[android-building] Re: acloud fails on Ubuntu 20.04

2020-06-18 Thread 'Glenn Kasten' via Android Building
Please file a bug here: https://source.android.com/setup/contribute/report-bugs On Thursday, June 18, 2020 at 7:32:05 AM UTC-7, Ismael Vidal wrote: > > I have the same problem on Ubuntu 20.04. :( > > On Tuesday, June 2, 2020 at 12:35:10 PM UTC-4, Dean Wheatley wrote: >> >> Irrespective of

[android-building] Re: acloud fails on Ubuntu 20.04

2020-06-18 Thread Ismael Vidal
I have the same problem on Ubuntu 20.04. :( On Tuesday, June 2, 2020 at 12:35:10 PM UTC-4, Dean Wheatley wrote: > > Irrespective of running python version (2.7.18rc1 or 3.8.2) on Ubuntu > 20.04, acloud fails as below: > > $ acloud setup --host > > Welcome to >