Skip to content

Installing the Droidsafe Analyzer

Limei Gilham edited this page Mar 10, 2015 · 2 revisions

To install the Droidsafe static analyzer you need git and ant.

  1. Clone the Droidsafe repository from GitHub to a local directory.
git clone <Droidsafe clone URL>
  1. Set the environment variable
  • DROIDSAFE_SRC_HOME - the root directory of the local Droidsafe repository.
  1. Build the Droidsafe static analyzer by execute the following ant command from the Droidsafe installation directory.
ant compile

Previous section: Requirements

Next section: Installing the Droidsafe Eclipse Plugin