Igor
Posts: 0
Joined: Tue Apr 02, 2013 12:05 pm

Problem with android binary building

Max,

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

Max Stolbinsky
Posts: 0
Joined: Fri Aug 23, 2013 9:09 pm

Problem with android binary building

Yes, it works now! Thank you!

Andrew Peacock
Posts: 0
Joined: Thu Jan 09, 2014 10:03 pm

Problem with android binary building

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

Return to “Issues”