我正在使用 Sencha CMD v4.0.4.84 和 Sencha Touch 2.3.1
当我在设备上运行Phonegap时,加载屏幕卡住了。 然后,我编写了一个"生产"包使用
Sencha应用程序构建生产
当我进入 index.html 时,我发现了问题
XMLHttpRequest cannot load file:///C:/eMali_test/eMaliApp_v4/build/production/eMaliApp/app.json1410351277105. Cross origin requests are only supported for HTTP.
phonegap的 config.xml
<access origin="*" />
可能是什么问题?