Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

loadMethodsFromAndroid missed some classes in android.jar #1

Open
movingname opened this issue Oct 24, 2014 · 2 comments
Open

loadMethodsFromAndroid missed some classes in android.jar #1

movingname opened this issue Oct 24, 2014 · 2 comments

Comments

@movingname
Copy link

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!

@StevenArzt
Copy link
Member

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

@movingname
Copy link
Author

Thank you! But I am actually using the android 17 jar (~30M) from the link mentioned.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants