Closed smartinez5050 closed 4 years ago
Which device/android version are you using? I just realized i only tested on a pretty old device(galaxy s7). Could you try this: https://www.google.com/amp/s/blog.jakelee.co.uk/how-to-fix-noclassdeffounderror-failed-resolution-of-lorg-apache-http-protocolversion/amp/
Ill test on a newer droid version at work tomorrow to confirm
@smartinez5050, please add this dependency under the <application></application>
tag in the app manifest.
<uses-library android:name="org.apache.http.legacy" android:required="false"/>
See this for more context: https://developer.android.com/about/versions/pie/android-9.0-changes-28#apache-p Thanks
@kagbakpem thank you! That is a good find.
Hi!
While evaluating ACS we cross with this project. It looks very promissing, thanks for shearing. We are evaluating it and eventually we may contribute too.
We manage to make the iOS solution to work, however we are facing some issues with Android.
The issue happens at runtime, after we got the token from the API and we try to execute the following code:
it crashes and report the following error: