Hi every one,
I have written some web services using restlet for a website. I want to use the same web services for my Android App.
I include the classes of web services as Android Library project, every thing works fine till then. And if I tried to include the web services as jar files and used them, it shows exception as class not found exception.
I created the jar files with normal javac complication using ant.
How can I include jar files and use these jar files..
Regards,
VIJAY
I have written some web services using restlet for a website. I want to use the same web services for my Android App.
I include the classes of web services as Android Library project, every thing works fine till then. And if I tried to include the web services as jar files and used them, it shows exception as class not found exception.
I created the jar files with normal javac complication using ant.
How can I include jar files and use these jar files..
Regards,
VIJAY