Hi all.
I am developing an android application to record and upload
accelerometer data.
To do this,i have to use an external library,which i have added to the
build path of the project.
My problem is that when i compile and run it on my Nexus One, it
either gives me a java.lang.classDefNotFoundError or a VerifyError.
I'm using a AsyncTask to call the external library's methods,and while
some will be fine,others will make my application Force Close.
I know that there are a number of solutions to this, like creating new
classes/wrappers for the external library, but i m not sure how that
will work or how much time it will take.

so i decided to bulld a desktop client which is working fine so far
and port it over to android.Again,not sure how that will solve my
problems

Does anyone have any ideas for help?

Thanks,
Chris

-- 
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

Reply via email to