- This topic has 4 replies, 2 voices, and was last updated 10 years, 8 months ago by support-michael.
-
AuthorPosts
-
Uplink1001MemberKeep getting this error…… on build of native app.
java.io.FileNotFoundException: D:\Movies\APP DEVELOPER MOBIONE\2nd APP DEVELOP\..\CPR test file (Access is denied)
at java.io.FileInputStream.open(Native Method)
at java.io.FileInputStream.<init>(Unknown Source)
at com.genuitec.mobione.codegen.HTMLExporter.generateHTML(HTMLExporter.java:993)
at com.genuitec.mobione.codegen.HTMLExporter.exportForm(HTMLExporter.java:366)
at com.genuitec.mobione.designer.export.ExportManager.exportHTML(ExportManager.java:449)
at com.genuitec.mobione.designer.export.ExportManager.exportHTML(ExportManager.java:297)
at com.genuitec.mobione.designer.action.RunEmulatorAction$2.run(RunEmulatorAction.java:67)
at org.eclipse.jface.operation.ModalContext$ModalContextThread.run(ModalContext.java:121)There is a DIR: called CPR test file, but i have not asked it to look for anything in that DIR: during the build of the app???
anyone got any idea what this means.
( can’t build app now as keep getting this when it is generating the code)…..Uplink1001
support-michaelKeymasterStart by reviewing what changes you made since the last successful code generation action (running in sim, building app invoke code gen) for this project. From this type of error somewhere in your project there is a reference to a project resource at that path. If you are not sure where it resides you might try searching for asubstring across the affected project to see if you can identify in which .mobi file this path reference resides. From there open the .mobi file and look through the additional files, image widgets, gotoscreen actions, … where it may reside?
Uplink1001MemberHi..
Thanks for that, I will get back with result..Uplink1001
Uplink1001MemberHi.
Thanks for that Michael.
It was the sound file for the Beat, it was trying to locate it in the DIR: where it did not exist.
All sorted and working now.
Thank again for your help.Uplink1001
support-michaelKeymaster>All sorted and working now.
That’s the way we like it. Best wishes with your project(s).
-
AuthorPosts