Closed GoogleCodeExporter closed 9 years ago
This is typically caused by a missing dependency. You need to find the jar/apk
that contains the classes that it can't find, and add it to the end of -c list.
Alternately, it some cases, the classes that it can't find really don't exist
anywhere on the device, in which case the only option is to add the -I option,
which causes it to ignore these missing class errors. You should *only* use the
-I option if you are 100% certain that the class doesn't exist anywhere on the
device. Otherwise, it will almost certainly cause crashes when the app is run.
Original comment by JesusFr...@gmail.com
on 10 Aug 2010 at 6:19
thans friend
i will try do it
Original comment by coolf...@gmail.com
on 10 Aug 2010 at 11:11
Original issue reported on code.google.com by
coolf...@gmail.com
on 10 Aug 2010 at 5:08