I am working on PhoneGap and when I run my application I got error Channel is unrecoverably broken and will be disposed! and my application gets closed. Here is my code :
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");
}
}
Please tell me what I am doing wrong.