Skip to content
charles-boyd edited this page Jan 16, 2013 · 1 revision

Notes on installing PariDroid after compiling from source.

Installing

You can install by connecting a device (or launching an Emulator) and running the command:

	adb install PariDroid.apk

If you want to reinstall/update the package, then you must invoke the -r flag:

   adb install -r PariDroid.apk

Debugging

Make sure the device/emulator is attached and detected by the adb tool, then check the system log:

 	  adb logcat
Clone this wiki locally