I'm developing an app that uses Open Mobile API. I added this line to my manifest:
<uses-library android:name="org.simalliance.openmobileapi" android:required="true"/>
When I remove this line of code, it installs ok. But the app is not working properly. But if I add that line, I get the error
install_failed_missing_shared_library
Is this because the API is not compatible with my device? I'm using a Famoco device.
Any workarounds on this one?