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. Deploying files with apk

Deploying files with apk

Scheduled Pinned Locked Moved Mobile and Embedded
androidqt 5.4
3 Posts 2 Posters 1.2k 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.
  • C Offline
    C Offline
    crazymax
    wrote on last edited by
    #1

    Hello All.
    Some lib in my app needs to load some files. But if I put files in assets they are not reachable for the lib function. So what should I do to solve this problem? Is any way to deploy files not in apk via assets/qrc?

    1 Reply Last reply
    0
    • N Offline
      N Offline
      Niranjan Jayanth
      wrote on last edited by
      #2

      @crazymax said:

      Hello All.
      Some lib in my app needs to load some files. But if I put files in assets they are not reachable for the lib function. So what should I do to solve this problem? Is any way to deploy files not in apk via assets/qrc?

      Did you create a <myprogramname>.qrc file? It would come under resources.

      C 1 Reply Last reply
      0
      • N Niranjan Jayanth

        @crazymax said:

        Hello All.
        Some lib in my app needs to load some files. But if I put files in assets they are not reachable for the lib function. So what should I do to solve this problem? Is any way to deploy files not in apk via assets/qrc?

        Did you create a <myprogramname>.qrc file? It would come under resources.

        C Offline
        C Offline
        crazymax
        wrote on last edited by crazymax
        #3

        @Niranjan-Jayanth files which I want to deploy has sum size about 60 MB. I tried to build app this way but my OS (ubuntu 14.04) has been freezed at build step.

        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