Drakma has worked in the past on Android. What is your Android version? I will try to reproduce it.
Wes
- Wukix, 2566 days ago
4.3 on a Note 3 and 4.3.1 on a Nexus 7.
Thanks for taking a look.
- biscarch, 2566 days ago
It looks like mocl is having some weird issue with the latest version of trivial gray streams. In the meantime you can use this previous version:
https://git.gitorious.org/trivial-gray-streams/wukix-trivial-gray-streams.git
That should fix the main issue here.
Other than that, please be aware of the following:
1) wukix.com now redirects all HTTP requests to HTTPS, which conflicts with the :drakma-no-ssl requirement. Do your drakma requests against something that accepts HTTP, e.g. http://cliki.net (works for me)
2) Android applications that use networking functions will need the permission "android.permission.INTERNET" added to the app manifest (AndroidManifest.xml). Please make sure you have this or drakma requests will not work.