Hi,
First of all I use Mobile SDK 1.6.2 and the Titanium Studio preview...
I have a simple project, with 2 windows, where each window is created using a separate "js" file : "win1.js"m "win2.js"..
Everything worked fine on Android, until I renamed these files.......
I don't know the reason, but the build & run in emulator did not take into account the renaming, and each time I call to these files I get a
Wrapper java.io.FileNotFoundException: Resources/window1.js ...When I go to the build folder (project/build/android/bin/assets/Resources), the renamed files are not there...
How to make the renaming automatically effective ?? Rebuilding index, clean & build does not work...
In fact the project & application is still expecting the old file names ("win1.js" instead of "window.js")...
Is there a project packager where we can include the renamed file as new file ??
It is stupid, but when I copy & paste the renamed file by myself, and relaunch the app on the emulator everything works fine....(but it will not take into account the modifications on the project of course...
Anyone has an idea ??
Is this a bug ??
How to do efficiently refactoring so that the project "understands" these modifications...??