Page 2 of 2

Problem with android binary building

Posted: Sat Nov 23, 2013 11:07 pm
by Igor

Max,

Please try to export APK file one more time. All should works now.


Problem with android binary building

Posted: Sun Nov 24, 2013 8:34 am
by Max Stolbinsky

Yes, it works now! Thank you!


Problem with android binary building

Posted: Wed Mar 26, 2014 10:55 pm
by Andrew Peacock

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