Installation Procedure for the Query Tool

(1) Download and unpack Eclipse:
    http://www.eclipse.org/downloads/

(2) Download and unpack the Android SDK:
    http://developer.android.com/sdk/

(3) Run the Android SDK and let it download/update packages,
    be sure to at least download Android API Level 10 (2.3.3).
    Also, create an AVD running at least API Level 10.

(4) Install the ADT plugin in Eclipse:
    http://developer.android.com/sdk/eclipse-adt.html

(5) In Eclipse, configure the Android SDK location.

(6) Import the Query Tool project in Eclipse:
    File -> Import -> General -> Existing Projects into Workspace
    -> Select archive file -> QueryTool.zip

To run the Query Tool, right-click onto the project directory in Eclipse
and select "Run As" -> "Android Application".