v2.3 以前で正常に動作する PhoneGap アプリケーションがあります。ただし、ICSでは機能しません。未知の Chromium エラー -6 が表示され、いくつかの Sencha Touch ファイルの読み込みに失敗したことも示されます
06-20 14:19:54.006: E/Web Console(920): Uncaught Error: [Ext.Loader] Failed loading 'app/model/Category.js', please verify that the file exists at file:///android_asset/www/web/resources/scripts/sencha-touch-all.min.js:358
活動には他に何もありませんが、
@Override
public void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
super.loadUrl("file:///android_asset/www/web/index.html");
}
それを修正する方法は?