Hi I export my game in construct2 to cordova and I copy them to www folder but when I run it on simulator or export it for iOS or andoid app shows me "Not Found"
How should I fix this ?
Link Copied
Not very much information to go on. You'll have to be more specific. Some screenshots might help to understand where and what is "not found."
I recommend you use the debugger to figure out what is going on. There's something wrong with your app that likely has nothing to do with the XDK. The XDK provides you with the tools to debug your JavaScript.
Paul F. (Intel) wrote:
I recommend you use the debugger to figure out what is going on. There's something wrong with your app that likely has nothing to do with the XDK. The XDK provides you with the tools to debug your JavaScript.
I know my js code is correct because 2 days ago I was seeing my app correctly in simulator and I never changed my code but today it shows me "Not Found" !
I can't speak to what may or may not have changed, the information you provide looks like something about the app is missing. There are multiple ways to try debugging it:
The information you are providing is insufficient to help, it looks and feels like an application issue. Until more detailed data regarding the actual error is uncovered... you'll have to do some debugging to isolate the issue. If the issue is something to do with the XDK we can identify a workaround or issue a bug fix. The symptom you are providing smells like an app issue. Perhaps some files are missing or were mistakenly deleted or changed? There are many things that could have happened, there is, unfortunately, nothing telling about the error message you are showing here.
For more complete information about compiler optimizations, see our Optimization Notice.