Hi,


One of the feature application is to detect and configure email/vpn
profiles if the device on which application is running is Motorola
Droid 2. I am using Motorola EDM api for acheiving this.



This feature requires target to be set to "target=Motorola Mobility,
Inc.:smileyvery-happy:roidPro:8" in default.properties. But whereas i
am planning to use the same apk for honeycomb and other api versions
as well So if i change target=android-11.  in default .properties and
add EDM.jar as an external library to my project everything compiles
fine and am able to build APK, but when i try to run this apk on Moto
droid devices i am getting following exception.

" Class ref in pre-verified class resolved to unexpected
implementation"



This i believe because the dex conversion of the class didn't match
with wat was available as a shared library on the device? For that
matter i am seeing this isse even if i change the target to android-8
or android-9.

How do we handle this scenario's if we have to integrate with third
party vendors shared libraries?

Any idea how to solve this issue? please advise

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