[Soot-list] apks with new Android Studio

Denis Bogdanas denis.bogdanas at gmail.com
Fri Apr 15 12:50:24 EDT 2016


Hi,
Android Studio 2.1 beta seems to work.


On 15 April 2016 at 08:11, Simone Aonzo <simone.aonzo at gmail.com> wrote:

> Hi all,
>
> I updated AS (Android Studio) to the latest version and when I run
> soot-flowdroid (nightly) on an apk generated with the new AS I have the
> following problem:
>
> Iterator<SootClass> classes = Scene.v().getClasses().iterator();
>                 while (classes.hasNext()) {
>                     SootClass sootClass = classes.next();
>                     if (sootClass.hasSuperclass()) {...}
>                     ...
>                     sootClass.getInterfaces()
>
>
> the sootClass.hasSuperclass() call returns false on my activities.
> Moreover the call getInterfaces() on sootclass that implements interfaces
> return an empty set.
>
> I have previous test that confirm that's a problem about the apk created
> with the new AS.
>
> Have you the same problem?
>
> _______________________________________________
> Soot-list mailing list
> Soot-list at CS.McGill.CA
> https://mailman.CS.McGill.CA/mailman/listinfo/soot-list
>
>


-- 
Denis
-------------- next part --------------
An HTML attachment was scrubbed...
URL: https://mailman.CS.McGill.CA/pipermail/soot-list/attachments/20160415/13c8161d/attachment.html 


More information about the Soot-list mailing list