This should be fairly easy to work out.  I think you need two things:

1) You need to have the Ajax generated code, all the libraries that the 
generated code depends on, and all of the libraries that those libraries 
depend on, and so on until there are no unresolved symbols.

2) All of the stuff above has to be in your apk.  All of it has to be 
correctly translated from java byte codes into Dalvik byte codes.

I think your first step should be to look in your apk and see what is 
there.  Verify that the libs you know about, at least, are in there and are 
dex files.

G. Blake Meike
Marakana

The second edition of Programming Android is now on-line:
http://shop.oreilly.com/product/0636920023005.do

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

Reply via email to