Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Mobile and Embedded
  4. Qt 5.2.* for Android on Windows / Linux
QtWS25 Last Chance

Qt 5.2.* for Android on Windows / Linux

Scheduled Pinned Locked Moved Mobile and Embedded
1 Posts 1 Posters 732 Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • M Offline
    M Offline
    maxi1994
    wrote on last edited by
    #1

    Hi,

    I tried to compile a Qt 5.2.* (both .0 and .1 ) application for android.
    I need Fullscreen support thats why i need 5.2.*.
    on 5.1.1 all worked wonderfull.

    At the start i got some problems with
    #include <bits/c++config> not found
    and some following errors i found and copied this files.

    then added to the project
    ANDROID_TARGET_ARCH=default/armeabi-v7a

    cause he found no working vm

    and now. all runs compile starts i get no real error. The VM start but nothing happen.

    the last lins of the Compile-console:
    @08:55:05: Starte "E:\Programme\android\Qt5.2.0\Tools\mingw48_32\bin\mingw32-make.exe" INSTALL_ROOT="M:\\\\Maxi\\\\02_devel\\\\###\\\\##\\\\#####\\\\android-build" install
    xcopy /s /q /y /i M:###\02_devel############\qml####### M:\Maxi\02_devel#############\android-build\assets\qml#####
    1 Datei(en) kopiert
    copy /y "lib######.so" "M:\Maxi\02_devel############\android-build\libs\default\armeabi-v7a\lib######.so"
    1 Datei(en) kopiert.
    08:55:07: Der Prozess "E:\Programme\android\Qt5.2.0\Tools\mingw48_32\bin\mingw32-make.exe" wurde normal beendet.
    Fehler beim Erstellen/Deployment des Projekts ######(Kit: Android für armeabi-v7a (GCC 4.8, Qt 5.2.0))
    Bei der Ausführung von Schritt 'Deployment auf Android-Gerät'@

    in english:
    @08:55:05: start"E:\Programme\android\Qt5.2.0\Tools\mingw48_32\bin\mingw32-make.exe" INSTALL_ROOT="M:\\\\Maxi\\\\02_devel\\\\###\\\\##\\\\#####\\\\android-build" install
    xcopy /s /q /y /i M:###\02_devel############\qml####### M:\Maxi\02_devel#############\android-build\assets\qml#####
    1 File(s) copy
    copy /y "lib######.so" "M:\Maxi\02_devel############\android-build\libs\default\armeabi-v7a\lib######.so"
    1 File(s) copy.
    The Process make ended.
    Error While compile/deploy the Projekt ######(Kit: Android für armeabi-v7a (GCC 4.8, Qt 5.2.0))
    on step 'Deployment on Android-Machiene'@

    thanks for all

    max

    1 Reply Last reply
    0

    • Login

    • Login or register to search.
    • First post
      Last post
    0
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Get Qt Extensions
    • Unsolved