Max,
Please try to export APK file one more time. All should works now.
Max,
Please try to export APK file one more time. All should works now.
Yes, it works now! Thank you!
Hi,
I'm getting a related issue when I import the project into Eclipse.
Description: The method setPluginsEnabled(boolean) is undefined for the type WebSettings
Resource: ChildBrowser.java
Path: //src/com/phonegap/plugins/childBrowser
Location: line 364
Type: Java Problem
I've resolved it by changing
setPluginsEnabled(boolean);
to
settings.setPluginState(PluginState.ON);
Hope that helps someone.
Andy