Closed GoogleCodeExporter closed 9 years ago
You need to find what jar/apk contains that class, and add it to the classpath
that baksmali searches, with the -c option. Failing that, you can try the -I
option to ignore these types of errors. Although I don't recall offhand if the
-I and the -r option play well together :)
Original comment by JesusFr...@gmail.com
on 7 Mar 2011 at 3:53
Thank you for you replying.
when I input "baksmali-1.2.6.jar
c:\eclipse_workspace\AndroidTest\bin\classes.dex -r ALL -I" this time, I can
obtain all output files, though there are some
Exceptions(ClassNotFoundException) printed.
By the way, I find "android.jar" contains "junit/framework/TestCase", and I put
it and "baksmali-1.2.6.jar" to the same path, but the Exception still exists.
"android.jar" is android 2.2 sdk for windows.
Original comment by liuzhe0...@gmail.com
on 7 Mar 2011 at 6:14
[deleted comment]
I had to include the core-junit.jar as part of the boot classes path. Add it to
the -c option as JesusFr mentioned.
Original comment by rans...@gmail.com
on 25 Jun 2011 at 10:42
Original issue reported on code.google.com by
liuzhe0...@gmail.com
on 7 Mar 2011 at 2:57