On 25 August 2011 09:31, prosardar <[email protected]> wrote: > Found in LogCat this > PackageManager : Package game.app desires unavailable shared library > jpl; ignoring! > and then after some logs > dalvikvm: Could not find class 'jpl.Query$1', referenced from method > jpl.Query.abort > dalvikvm: VFY: unable to resolve new-instance 91 (Ljpl/Query$1;) in > Ljpl/Query > dalvikvm: VFY: replacing opcode 0x22 at 0x0006 > dalvikvm: VFY: dead code 0x0008-0011 in Ljpl/Query;.abort ()I > dalvikvm: Exception Ljava/lang/UnsatisfieldLinkError; thrown during > Ljpl/fli/Prolog;.<client> > dalvikvm: Shutting down VM > I thing something wrong with link jpl.jar
Is it possible that you have compiled against JPL but did not package it with the app? Perhaps you obfuscated your code? -- Daniel Drozdzewski -- 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

