-
Notifications
You must be signed in to change notification settings - Fork 48
Installing the Droidsafe Eclipse Plugin
Limei Gilham edited this page Mar 10, 2015
·
3 revisions
-
If Eclipse is currently running, exit Eclipse.
-
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>
- 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