Prerequisite - ZSShen/ProbeDroid GitHub Wiki
Basics
- JDK version >= 7
- JRE version >= 7
- Python version >= 2.6
Android SDK
Currently, Android SDK is merged with the Android Studio development package. Please download and install the package.
We need them to:
- Create the custom instrumentation tool.
- Create Android virtual device for experiment.
- Deploy the ProbeDroid engine and the instrumentation tool.
Android NDK
We need NDK to build the ProbeDroid engine.
Apache Ant
We need Ant to build the ProbeDroid API jar which is used to develop instrumentation tool.