Problem with android binary building
Max,
Please try to export APK file one more time. All should works now.
Catch up wih the Appery.io community on our forum. Here you'll find information on the lastest questions and issues Appery.io developers are discussing.
https://forum.appery.io/
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