Hi all, I am writing my first App on an android and would like some help.
I wanted to use the library CalDav4j. I have compiled my code but it will not work.(Surprise). I have been on Synbian and C++ so it may well be my java is lapse I downloaded the library (jar) and I am using * http://caldav4j.googlecode.com/svn-history/r325/maven/org/osaf/caldav4j/0.7/caldav4j-0.7.jar *<http://www.google.co.nz/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&ved=0CFMQFjAA&url=http%3A%2F%2Fcode.google.com%2Fp%2Fcaldav4j%2Fdownloads%2Fdetail%3Fname%3Dcaldav4j-0.5.jar%26can%3D2%26q%3D&ei=d6reT-LtNsTdigfY6ZyfCg&usg=AFQjCNF8SMljjApHRR5-ZIfgIF0kT23tlg&sig2=AolKDrhfnktkzrzlI6D_Bg> I had to move to apache htppClient 3.1 as it would not compile with 4 I also added <uses-permission android:name="android.permission.INTERNET" /> To the manifect file. The only line in my Activity for this class is am instantion of a derived class off HttpClient. I am sure it is me and I have done something stupid. I have not quite got to grips with the debbugger yet so I so not have a stacktrace. I just wanted to confirm I am not doing somethig wrong and that these libraries are supported by android. Thanks Iain -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

