There is something wrong with the compilation of android

I’ve already installed open jdk 7 but when i try to building follow this guide:
http://docs.khadas.com/develop/BuildAndroid/
I got error log like this: http://textuploader.com/djfm3
Please help me to resolve this issue. Thank you!

What’s the version of Ubuntu? 16.04 or 14.04? Is it 64bit system ?

Hi terry,

It’s 16.04.1 version. 64 bit

You can try to install some libraries

sudo apt-get install lib32ncurses5

sudo apt-get install lib32stdc++6

Thanks