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. [SOLVED] Android directory clearing after new build...

[SOLVED] Android directory clearing after new build...

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

    I use Qt5.2 + QtCreator3.0, and when I build my project, "android-build" directory clearing every time... So, I can't modify the generated Java-code. May be, I need to make some settings for QtCreator?

    1 Reply Last reply
    0
    • GianlucaG Offline
      GianlucaG Offline
      Gianluca
      wrote on last edited by
      #2

      What you need is to put your java code (with everything else that need to go inside "android-build") into a directory and specify into the .pro:

      ANDROID_PACKAGE_SOURCE_DIR = $$PWD/Android_Source

      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