Skip to content

Installing the Droidsafe Eclipse Plugin

Limei Gilham edited this page Mar 10, 2015 · 3 revisions
  1. If Eclipse is currently running, exit Eclipse.

  2. Edit the file APAC_HOME/src/eclipse/build.properties and set correct values for target.eclipse.platform property at the top of the file. The value of this property should be the root of your eclipse installation -- the parent folder of the eclipse plugins folder.

target.eclipse.platform=<root directory of your eclipse installation>
  1. Build and install the Droidsafe plugin using the shell commands:
cd $DROIDSAFE_SRC_HOME
ant plugin-deploy

If ant succeeds, you should have a new eclipse plugin installed in the plugins directory of your eclipse installation.


Previous section: Installing the Droidsafe Analyzer

Next section: Using Droidsafe to Analyze an Android Application

Clone this wiki locally