You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am playing with SuSi, which is a really cool project! During my test, I noticed that the loadMethodsFromAndroid does not include classes in the com package and the android package. Could you please tell me the reason?
I am running it in eclipse, and the arguments is:
android.jar dummy.txt testOut.txt
Thank you!
The text was updated successfully, but these errors were encountered:
It should load those classes if you supply a valid android.jar file that is not stubbed, but contains a full implementation of the Android framework such as the files available here: https://github.com/Sable/android-platforms
Hello,
I am playing with SuSi, which is a really cool project! During my test, I noticed that the loadMethodsFromAndroid does not include classes in the com package and the android package. Could you please tell me the reason?
I am running it in eclipse, and the arguments is:
android.jar dummy.txt testOut.txt
Thank you!
The text was updated successfully, but these errors were encountered: