I am trying to build a proof of concept app using NeoMAD. My first step is to install the SDK and build one of their examples for android to test on my phone.
I requested the evaluation version of NeoMAD, which I was sent in an email after applying. I then downloaded Eclipse Standard 64Bit and the Android SDK 64bit. I am running Windows 7 Enterprise.
I opened eclipse, and installed the NeoMAD plugin, I was then able to create a NeoMAD project and import the source from their Camera Example app. However when I try to build for ANDROID43 I get an error:
Optimizing compiled classes...
Warning: com.neomades.ui.WebView: can't find referenced method 'void setPluginsEnabled(boolean)' in class android.webkit.WebSettings
Warning: there were 1 unresolved references to program class members.
Your input classes appear to be inconsistent.
You may need to recompile them and try again.
Alternatively, you may have to specify the option
'-dontskipnonpubliclibraryclassmembers'.
Error: Please correct the above warnings first.
Process exited with an error: 1 (Exit value: 1)
I get the same error when I create a new NeoMAD project and try to build it. Does anyone know how to get this working? Have I done something wrong?