<div dir="ltr">Hi all,<br><br>    I just started playing with Soot + Android, and got into a strange issue. At first, I pointed Soot to android jars found here <a href="https://github.com/Sable/android-platforms">https://github.com/Sable/android-platforms</a> . All was well but when I needed to use new versions of Android, and simply pointed Soot to the android.jars from the Android SDK. For some reasons, non-static fields of Android library classes from the Android SDK jars do not show up in soot (i.e., when you &#39;getFields&#39;) My question is any ideas why this happens? =( Also, how do we get new versions of android.jar (18 and up) that works correctly with Soot? Can we simply just re-compile Android from source?<br><br>Thank you!<br></div>