Hello all,
is there a minimum Android Version required that works with the current ANT API?
The reason I ask is, that my App works fine with ANT API for Android, version 20120201 and Android 4.03.
The same application runs into an Exception on Android 2.1.
Even the Demo App does not work on Android 2.1, but works well on Android 4.03.
If I delete the code for the ANT interface, the rest of the App works fine again on both versions.
Not sure where the error exactly sits. Before or behind the screen.
Any comments or hints are welcome.