Hi all, hope there is somebody using Restlet on Android, as I'm having big trouble getting it to work. I included these jars:
guice-2.0-no_aop.jar org.apache.commons.codec.jar org.apache.commons.logging.jar org.apache.httpclient.jar org.apache.httpcore.jar org.apache.httpmime.jar org.apache.james.mime4j.jar org.restlet.ext.httpclient.jar org.restlet.ext.net.jar org.restlet.ext.xml.jar org.restlet.jar When trying to make a reuest thru Client.get(), the only thing I will ever get is: 01-11 18:34:01.973: INFO/org.restlet(454): Starting the default HTTP client ...after this, no error is logged, no more code is executed after get () line. Any ideas how to acutally use Restlet with Android? Thank you
-- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to android-developers+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/android-developers?hl=en