Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Game Development
  4. How to build Bacon2D for android?
Qt 6.11 is out! See what's new in the release blog

How to build Bacon2D for android?

Scheduled Pinned Locked Moved Game Development
2 Posts 2 Posters 1.9k Views 1 Watching
  • 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.
  • Q Offline
    Q Offline
    qomg
    wrote on last edited by
    #1

    Hello,
    I have no idea how to install Bacon2D version of Qt on android.
    I tried to copy the library from C: \ Qt \ 5.3 \ mingw482_32 \ qml to C: \ Qt \ 5.3 \ android_armv5 \ qml but this does not work.

    Here is how I installed the library in the windows system:
    @compiler-cmd:
    git clone https://github.com/Bacon2D/Bacon2D.git
    cd Bacon2D
    git submodule update --init
    cd 3rdparty/qml-box2d
    qmake
    mingw32-make
    mingw32-make install
    cd ..
    cd ..
    qmake
    mingw32-make
    copy manual src/qmldir src/imports/Bacon2D
    mingw32-make install@

    Please help me.

    1 Reply Last reply
    0
    • SGaistS Offline
      SGaistS Offline
      SGaist
      Lifetime Qt Champion
      wrote on last edited by
      #2

      Hi,

      AFAICS, you built Bacon2D with your Desktop Qt. You should call the qmake from your android Qt build.

      Hope it helps

      Interested in AI ? www.idiap.ch
      Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

      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