[Soot-list] Android class not found exception

Steven Arzt Steven.Arzt at cased.de
Fri Apr 10 04:17:08 EDT 2015


Hi Nishant,

 

If you Soot classpath does not contain all the library classes (which can be the case with some of the stub platform JAR files), you should use the –allow-phantom-refs option when invoking Soot.

 

Best regards,

  Steven

 

Von: soot-list-bounces at CS.McGill.CA [mailto:soot-list-bounces at CS.McGill.CA] Im Auftrag von Nishant Budhdev
Gesendet: Dienstag, 7. April 2015 10:38
An: soot-list at cs.mcgill.ca
Betreff: [Soot-list] Android class not found exception

 

Hi,

 

I am trying to use Soot for parsing android apk. I have added the android jar to the path. The test apk is a basic single screen, one button and one class application which opens the camera and closes it.

 

I am getting the following error:

soot.SootResolver$SootClassNotFoundException: couldn't find class: android.accessibilityservice.AccessibilityServiceInfo (is your soot-class-path set properly?)

 

I wish to parse all the files and hence I have added -process-dir option as well. If anyone has come across a similar situation or error I would appreciate any help.

 

Thanks and regards,

Nishant Shyamal Budhdev

 

 

-------------- next part --------------
An HTML attachment was scrubbed...
URL: https://mailman.CS.McGill.CA/pipermail/soot-list/attachments/20150410/6bec7db5/attachment.html 


More information about the Soot-list mailing list