Recent updates to the ADT seem to be causing some problems for people trying to build and run the client. It seems to be related to how the updated ADT resolves dependencies and then not automatically exporting user libraries. If you run into an issue where the application won't build or builds but won't run, returning a message about not being able to find some http classes. The quickest way to fix through Eclipse is to move the jars required by Sana from the 'lib' directory and then import them. They should get populated into 'libs'. The missing classes at run-time can be resolved from Eclipse by going to:
Project --> Properties --> Java Build Path--> Order and Export
and selecting the apache and gson libs to be exported.
