-
Notifications
You must be signed in to change notification settings - Fork 0
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
If I want to compile Android-NoSleep in Windows OS, how can I do? #1
Comments
I've never tried running this on Windows. My suggestion would be to try using a VM into a Linux distribution. |
hmmmm, Java equals Platform-independent? Should I use older JDK? (Now I am using JDK7) |
When developing this project, I had used Dare to retarget Dalvik to Java Bytecode, which I do not know how to compile in Windows. As for the error message, it looks like it's coming from WALA, so I would suggest looking there for resources on how to get it to compile. I should inform you that I haven't worked on this project for at least 4 years, hence getting it to work might require some extra effort. So, I suggest you also look into newer tools like FlowDroid that solves the similar (and more general) problem of taint analysis. |
Because I have the raw jar package, so here I do not need to use Dare to retarget Dalvik.. |
hmmm, If i want to apply this tool on Windows Platform, how can I do?
The text was updated successfully, but these errors were encountered: