Open movingname opened 10 years ago
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
Thank you! But I am actually using the android 17 jar (~30M) from the link mentioned.
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!