Re: [android-developers] First App on an Android - CalDAV4j
Where are keeping your jar file? which tool you use to develop your application?
On Mon, Jun 18, 2012 at 9:50 AM, bibble_235 <iwiseman@bibble.co.nz> wrote:
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
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 android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscribe@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
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+unsubscribe@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home