[Android-development] compile error

Eskil Abrahamsen Blomfeldt eskil.abrahamsen-blomfeldt at digia.com
Mon Mar 25 13:38:41 CET 2013


On 03/25/2013 01:26 PM, nicola at nicoladefilippo.it wrote:
> Hi,
> i have comnpiled Qt5 in this mode:
>
> export  ANDROID_NDK_ROOT=/home/nicola/sdks/android-ndk-r8b
>
> export ANDROID_API_VERSION=android-16
>
> git clone git://gitorious.org/qt/qt5.git qt5
> cd qt5
> perl init-repository
> cd qtbase/
> git checkout dev
> cd ..
>
> ./configure -developer-build -xplatform android-g++ -android-ndk
> /home/nicola/sdks/android-ndk-r8b -android-toolchain-version 4.4.3
> -android-sdk /home/nicola/sdks/android-sdk-linux/

Add -nomake examples and -nomake tests to the configure line to avoid 
building examples and tests for now.

I'll add a note about this to the wiki.

-- Eskil




More information about the Android-development mailing list