Code changes are not detected and applied to the app

You must Login before you can answer or comment on any questions.

I experienced a strange behavior of the Titanium Studio: when I do any changes to a code, save them and start application in debugger - no changes are applied. Here what I see in console: [INFO] Copying project resources.. [INFO] Tiapp.xml unchanged, skipping class generation [INFO] Force including all modules... [INFO] Compiling Javascript Resources ... [INFO] Compiling localization files [INFO] Waiting for SDCard to become available..

If I delete "build" folder manually, everything is fine till my next changes.

I'm on Studio 1.0.9.201202141208, Windows 7 and working on Android app. Any idea what could be wrong?

1 Answer

I think the changes would show in console if you change the tiapp.xml file.

— answered 1 year ago by Varun Joshi
answer permalink
3 Comments
  • What should I change in tiapp.xml file? Should I make that change every time I make any code changes?

    — commented 1 year ago by Artem Pervenyonok

  • I thought you are talking about the "tiapp.xml unchanged comment". Are you saying that the changes are not shown in the simulator even when you save the code and run the app? It works for me.

    — commented 1 year ago by Varun Joshi

  • Yes, that's what I'm saying: I make some code changes, save them and run an app in emulator, but get the old version of my app there (with no recent changes). If then I just delete "build" folder and re-start application - I get my updated app with all recent changes... really strange...

    — commented 1 year ago by Artem Pervenyonok

Your Answer

Think you can help? Login to answer this question!