GloDroid / glodroid_manifest

Android port that aims to bring both user- and developer-friendly experience in using AOSP with a set of single-board computers (SBC), phones and other devices.
471 stars 67 forks source link

Instructions missing steps, rPi4 doesn't build u-boot (Ubuntu 14.04 or U 20.04) #42

Closed myne123 closed 4 years ago

myne123 commented 4 years ago

The listed steps don't work with a fresh install of Ubuntu. 14.04 is recommended by Google in the linked build page. 20.04 has the same issues.

Missing: apt-get install git gettext python3-pip libncurses5 ( I think I forgot one or two too. Please try) Not needed: apt-get install repo

u-boot: make: Entering directory `/home/m/GloDroid/GloDroid/external/u-boot' Makefile:37: *** missing separator. Stop.

Line 37: undefine MK_ARCH

That's it. I'm quite amateur, so it's not something I can fix.

rsglobal commented 4 years ago

@myne123 , Thank you for the report.

@MaksymPrymierov , Could you install clean Ubuntu 20.04 on virtualbox on BuildServer and check required dependencies?

MaksymPrymierov commented 4 years ago

@rsglobal Yes, I'll check it out.

MaksymPrymierov commented 4 years ago

@myne123 I have tried to get and build Android on fresh Ubuntu 20.04. I have found missing packages that were attached by you, but I did not face your error. Could you please attach the full build log file?

@rsglobal I also created a pull request with updated steps for installing packages for Android build. https://github.com/GloDroid/glodroid_manifest/pull/65

rsglobal commented 4 years ago

Merged into next.