Skip to content
ZongXian Shen edited this page Jul 9, 2016 · 4 revisions

Basics

  • JDK version >= 7
  • JRE version >= 7
  • Python version >= 2.6

Android SDK

Android Studio Download Link

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

Android NDK Download Link

We need NDK to build the ProbeDroid engine.

Apache Ant

Apache Ant Download Link

We need Ant to build the ProbeDroid API jar which is used to develop instrumentation tool.

How to Use

How to Contribute

Clone this wiki locally