我正在使用 PhoneGap,当我运行我的应用程序时,我收到错误Channel is unrecoverable broken and will be disposed!我的申请被关闭了。这是我的代码:
public class DossiuerActivity extends DroidGap {
/** Called when the activity is first created. */
public void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
super.loadUrl("file:///android_asset/www/menu.html");
}
}
请告诉我我做错了什么。