Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to use Android-Wheel into my project

Tags:

android

I have zip file of Android-wheel but dont know how to use it into my project.What possible things can i do, Please suggest me.

like image 720
PiyushMishra Avatar asked Dec 03 '22 02:12

PiyushMishra


2 Answers

You need to unzip the zip file to some directory, and in your android project under build-path choose add external jar, and choose the jar in the unzipped directory.

Update: I checked Android-Wheel out and you will have to import the project from the google-code svn Android Wheel. In eclipse if you go to create a new project there should be a import from svn option. Once you do and the project is imported you can set it up as a library project and then use it in your app. To do that right click on your project, choose the android tab, and choose add under the libraries section.

like image 109
Robby Pond Avatar answered Jan 02 '23 07:01

Robby Pond


I just made this tutorial, hope this helps those who use android wheel for the first time.

http://tolkianaa.blogspot.mx/2012/03/do-not-try-to-reinvent-wheel.html

like image 36
tolkiana Avatar answered Jan 02 '23 06:01

tolkiana