jsdf wrote: > Does anyone have suggestions on this? Pretty much all VerifyErrors are build errors. In your case, I have no idea how your code even compiles, considering that Constants.CONTENT_URI is defined in one APK and is referenced in another APK, from your description.
> Has anyone encountered this issue and corrected it? Have your client APK use the Uri directly, rather than through a public static data member in a class that is not in its APK. Or, use a common JAR that contains the CONTENT_URI definition, and reference that JAR from both APKs. -- Mark Murphy (a Commons Guy) http://commonsware.com | http://twitter.com/commonsguy Warescription: Three Android Books, Plus Updates, $35/Year --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

