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. Compiling for Android on Windows with 5.14.2
Forum Updated to NodeBB v4.3 + New Features

Compiling for Android on Windows with 5.14.2

Scheduled Pinned Locked Moved Unsolved Mobile and Embedded
2 Posts 2 Posters 280 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.
  • alemioA Offline
    alemioA Offline
    alemio
    wrote on last edited by
    #1

    I can compile my project (with name "UniversalApp") for Android armeabi-v7a on Windows with release 5.13.2.
    If I compile my project with release 5.14.2 I have this error

    no such file or directory: '@build\debug.obj\object_script.debug\libUniversalApp_armeabi-v7a.so.Armeabi-v7a'

    So I removed all files from my project and added these one by one.
    At the begin it compiles fine. But after some files I got the same error.

    I found that the makefile changes from

    debug\libUniversalApp_armeabi-v7a.so: $(OBJECTS)
    @if not exist debug\ mkdir debug\ & if not exist debug\ exit 1
    $(LINK) $(LFLAGS) -o $(TARGET) $(OBJECTS) $(OBJCOMP) $(LIBS)

    to

    debug\libUniversalApp_armeabi-v7a.so: $(OBJECTS)
    @if not exist debug\ mkdir debug\ & if not exist debug\ exit 1
    $(LINK) $(LFLAGS) -o $(TARGET) @build\debug.obj\object_script.debug\libUniversalApp_armeabi-v7a.so.Armeabi-v7a $(OBJCOMP) $(LIBS)

    Please help me

    1 Reply Last reply
    0
    • W Offline
      W Offline
      WimL
      wrote on last edited by
      #2

      I have a similar issue.

      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