You need to unzip the zip file to some directory, and in your Android project in build mode, select add an external jar and select a jar in the unpacked directory.
Update: I checked Android-Wheel and you have to import the project from Google svn code of Android Wheel . In eclipse, if you are going to create a new project, there must be an import from the svn option. When you do this and the project is imported, you can configure it as a library project, and then use it in your application. To do this, right-click on your project, select the android tab and select "Add" in the "Libraries" section.
source share