<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
</head>
<body 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>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<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>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
</body>
</html>