[BUG] Cordova export

0 favourites
From the Asset Store
Match same tiles with each other as fast as you can and earn more score during a limited time!
  • -- you could use links to do what you are trying to do.

    For example:

    • export initial project (first time export)
    • open initial project in the XDK
    • export second time to a new location (preserving state of first export)
    • replace www in first project (the active XDK project) with a link to the second project's www folder
    • make subsequent exports to the second project

    Now all subsequent updates from C2 go to the second location and only the www folder in your initial XDK project will be updated, leaving the <project-name>.xdk unchanged each time you export to the second project.

    In this case your first project is the master XDK project, meaning it contains the plugins folder, the <project-name>.xdk file, etc. The second project is the master source code project, because it contains the www folder with all resources. This will work best with hard links, not soft links, which require that both projects exist on the same filesystem. Hard links are supported on Mac, Linux and Windows machines, so this solution applies regardless of the OS on your development system.

  • Try Construct 3

    Develop games in your browser. Powerful, performant & highly capable.

    Try Now Construct 3 users don't see these ads
  • Ashley and -- I've tried to summarize how best to update an existing Intel XDK project using the "new" Construct2 export option, here > https://software.intel.com/en-us/forums ... pic/607195 <

    Ashley -- I'm not clear on how to refer to your "new" export process. Please read over what I have written to confirm that I have not left anything out and there is no confusion.

  • Thanks I had also some other problems with r236 so I just reverted to C2 r235 for now.

Jump to:
Active Users
There are 1 visitors browsing this topic (0 users and 1 guests)