I have the same error
Unexpected token ) in index.html, allegedly at line 1, though there is no unpaired parenthesis there or anywhere else in index.html.
I did do a Sencha build on the project and then copied the files from the build directory into the assets/www directory of the eclipse/phonegap project, but the error persists.
Anybody have an idea what's going on?
I have the same error<br>Unexpected token ) in index.html, allegedly at line 1, though there is no unpaired parenthesis there or anywhere else in index.html.<br>I did do a Sencha build on the project and then copied the files from the sencha app directory into the assets/www directory of the eclipse/phonegap project, but the error persists.<br>Anybody have an idea what's going on?
Hi
I had the same error, so did a sencha build as recommended and then copied the files to the eclipse/phonegap project. The problem remained. After a while, I realized I hadn't copied across app.json, which is required by the microloader script. Once I had copied that across, the error changed to an unexpected token "{" at line 24 in index.html. That was clearly wrong, as there was no error at line 24, so I cleaned up app.json, where there were some errors, and the problem went away.
I hope that helps somebody.