Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Installation and Deployment
  4. Qt5 on android arm64?
Qt 6.11 is out! See what's new in the release blog

Qt5 on android arm64?

Scheduled Pinned Locked Moved Unsolved Installation and Deployment
5 Posts 3 Posters 4.1k 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
    Mr Pang
    wrote on last edited by
    #1

    Has someone tried to build arm 64bit version of Qt5.5 for android ?
    Is it working?
    I built the source successfully, but got
    E/art (22196): No implementation found for void org.qtproject.qt5.android.QtNative.handleOrientationChanged(int, int) (tried Java_org_qtproject_qt5_android_QtNative_handleOrientationChanged and Java_org_qtproject_qt5_android_QtNative_handleOrientationChanged__II)

    1 Reply Last reply
    0
    • M Offline
      M Offline
      Mr Pang
      wrote on last edited by
      #2

      Compile error:

      .obj/run/media/gentoo/sda5/qt-everywhere-opensource-src-5.5.1/qtimageformats/src/3rdparty/libwebp/src/dsp/dec.o:dec.c:function VP8DspInit: error: undefined reference to 'VP8DspInitNEON'
      .obj/run/media/gentoo/sda5/qt-everywhere-opensource-src-5.5.1/qtimageformats/src/3rdparty/libwebp/src/dsp/enc.o:enc.c:function VP8EncDspInit: error: undefined reference to 'VP8EncDspInitNEON'
      .obj/run/media/gentoo/sda5/qt-everywhere-opensource-src-5.5.1/qtimageformats/src/3rdparty/libwebp/src/dsp/lossless.o:lossless.c:function VP8LDspInit: error: undefined reference to 'VP8LDspInitNEON'
      .obj/run/media/gentoo/sda5/qt-everywhere-opensource-src-5.5.1/qtimageformats/src/3rdparty/libwebp/src/dsp/upsampling.o:upsampling.c:function WebPInitUpsamplers: error: undefined reference to 'WebPInitUpsamplersNEON'
      collect2: error: ld returned 1 exit status
      Makefile:286: recipe for target '../../../../plugins/imageformats/libqwebp.so' failed
      make[5]: *** [../../../../plugins/imageformats/libqwebp.so] Error 1
      make[5]: Leaving directory '/run/media/gentoo/sda5/qt-arm64/qtimageformats/src/plugins/imageformats/webp'
      Makefile:224: recipe for target 'sub-webp-make_first' failed
      make[4]: *** [sub-webp-make_first] Error 2
      make[4]: Leaving directory '/run/media/gentoo/sda5/qt-arm64/qtimageformats/src/plugins/imageformats'
      Makefile:42: recipe for target 'sub-imageformats-make_first' failed
      make[3]: *** [sub-imageformats-make_first] Error 2
      make[3]: Leaving directory '/run/media/gentoo/sda5/qt-arm64/qtimageformats/src/plugins'
      Makefile:43: recipe for target 'sub-plugins-make_first' failed
      make[2]: *** [sub-plugins-make_first] Error 2
      make[2]: Leaving directory '/run/media/gentoo/sda5/qt-arm64/qtimageformats/src'
      Makefile:43: recipe for target 'sub-src-make_first' failed
      make[1]: *** [sub-src-make_first] Error 2
      make[1]: Leaving directory '/run/media/gentoo/sda5/qt-arm64/qtimageformats'
      Makefile:508: recipe for target 'module-qtimageformats-make_first' failed
      make: *** [module-qtimageformats-make_first] Error 2
      
      
      M 1 Reply Last reply
      0
      • M Mr Pang

        Compile error:

        .obj/run/media/gentoo/sda5/qt-everywhere-opensource-src-5.5.1/qtimageformats/src/3rdparty/libwebp/src/dsp/dec.o:dec.c:function VP8DspInit: error: undefined reference to 'VP8DspInitNEON'
        .obj/run/media/gentoo/sda5/qt-everywhere-opensource-src-5.5.1/qtimageformats/src/3rdparty/libwebp/src/dsp/enc.o:enc.c:function VP8EncDspInit: error: undefined reference to 'VP8EncDspInitNEON'
        .obj/run/media/gentoo/sda5/qt-everywhere-opensource-src-5.5.1/qtimageformats/src/3rdparty/libwebp/src/dsp/lossless.o:lossless.c:function VP8LDspInit: error: undefined reference to 'VP8LDspInitNEON'
        .obj/run/media/gentoo/sda5/qt-everywhere-opensource-src-5.5.1/qtimageformats/src/3rdparty/libwebp/src/dsp/upsampling.o:upsampling.c:function WebPInitUpsamplers: error: undefined reference to 'WebPInitUpsamplersNEON'
        collect2: error: ld returned 1 exit status
        Makefile:286: recipe for target '../../../../plugins/imageformats/libqwebp.so' failed
        make[5]: *** [../../../../plugins/imageformats/libqwebp.so] Error 1
        make[5]: Leaving directory '/run/media/gentoo/sda5/qt-arm64/qtimageformats/src/plugins/imageformats/webp'
        Makefile:224: recipe for target 'sub-webp-make_first' failed
        make[4]: *** [sub-webp-make_first] Error 2
        make[4]: Leaving directory '/run/media/gentoo/sda5/qt-arm64/qtimageformats/src/plugins/imageformats'
        Makefile:42: recipe for target 'sub-imageformats-make_first' failed
        make[3]: *** [sub-imageformats-make_first] Error 2
        make[3]: Leaving directory '/run/media/gentoo/sda5/qt-arm64/qtimageformats/src/plugins'
        Makefile:43: recipe for target 'sub-plugins-make_first' failed
        make[2]: *** [sub-plugins-make_first] Error 2
        make[2]: Leaving directory '/run/media/gentoo/sda5/qt-arm64/qtimageformats/src'
        Makefile:43: recipe for target 'sub-src-make_first' failed
        make[1]: *** [sub-src-make_first] Error 2
        make[1]: Leaving directory '/run/media/gentoo/sda5/qt-arm64/qtimageformats'
        Makefile:508: recipe for target 'module-qtimageformats-make_first' failed
        make: *** [module-qtimageformats-make_first] Error 2
        
        
        M Offline
        M Offline
        Mr Pang
        wrote on last edited by
        #3

        So, how to disable neon ?
        There seems no -no-neon option.

        1 Reply Last reply
        0
        • Z Offline
          Z Offline
          Zola
          wrote on last edited by Zola
          #4

          @Mr-Pang Why to disable neon?

          Do you have built qtimageformats submodule?

          If not go to qtimageformats folder in your Qt directory, run /path_to_your/qmake , then make and sudo make install.

          Read this article.

          1 Reply Last reply
          0
          • V Offline
            V Offline
            Vinay Tiwari
            wrote on last edited by
            #5
            This post is deleted!
            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