<div dir="ltr"><div>Hi,<br></div>Android Studio 2.1 beta seems to work.<br><br></div><div class="gmail_extra"><br><div class="gmail_quote">On 15 April 2016 at 08:11, Simone Aonzo <span dir="ltr"><<a href="mailto:simone.aonzo@gmail.com" target="_blank">simone.aonzo@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div text="#000000" bgcolor="#FFFFFF">
Hi all,<br>
<br>
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:<br>
<br>
Iterator<SootClass> classes =
Scene.v().getClasses().iterator();<br>
while (classes.hasNext()) {<br>
SootClass sootClass = classes.next();<br>
if (sootClass.hasSuperclass()) {...}<br>
...<br>
sootClass.getInterfaces()<br>
<br>
<br>
the sootClass.hasSuperclass() call returns false on my activities.<br>
Moreover the call getInterfaces() on sootclass that implements
interfaces return an empty set.<br>
<br>
I have previous test that confirm that's a problem about the apk
created with the new AS.<br>
<br>
Have you the same problem? <br>
</div>
<br>_______________________________________________<br>
Soot-list mailing list<br>
<a href="mailto:Soot-list@CS.McGill.CA">Soot-list@CS.McGill.CA</a><br>
<a href="https://mailman.CS.McGill.CA/mailman/listinfo/soot-list" rel="noreferrer" target="_blank">https://mailman.CS.McGill.CA/mailman/listinfo/soot-list</a><br>
<br></blockquote></div><br><br clear="all"><br>-- <br><div class="gmail_signature"><div dir="ltr">Denis<br></div></div>
</div>