Closed lubbo closed 2 months ago
Is this project still alive?
sure, why do you ask?
You are picking up Base64 from /system/framework/org.apache.http.legacy.boot.jar rather than commons-codec.1.11.jar - you'll need to find a way to exclude the first from your classpath
Please include in your build.gradle following reference to base64 support:
implementation group: 'commons-codec', name: 'commons-codec', version:'1.10'
Thanks Pavel - NB it's 1.11
Workable example for Android is here
Though it's a bit outdated, but still usable
sure, why do you ask?
I haven't see commits since 2018 ... sorry.
Please include in your build.gradle following reference to base64 support:
implementation group: 'commons-codec', name: 'commons-codec', version:'1.10'
I tried but the error persists ... trying resetting AndroidStudio cache... Nope. It doesn't work.
Workable example for Android is here
Though it's a bit outdated, but still usable
I'm not able to open it in AndroidStudio ... Have you used Eclipse?
Coming back to review, this still looks as though there are multiple JARs on the classpath and that an out of date version is being picked up - see earlier comment - I will close unless there is more discussion needed.
closing as no longer a live issue
When I save the SimpleDatabase
I get this error:
any suggestion?