score:1

Accepted answer

you haven't done anything wrong. indeed, there is a problem with the com.neomades.ui.webview component for android 4.3.

the websettings.setpluginsenabled(boolean) method was removed in android api level 18, leading to compiler errors.

you can build the application using any older android target (android42 for example).

the neomades team is working on fixing this problem for the next maintenance release.

updated november 11, 2013: this issue has been fixed in neomad 3.4.3 released october 30.


Related Query

More Query from same tag