Hi i have the project developed in eclipse environment is working fine, and i want to use that project as resource or add as jar file to another project.if possible can please let me know how to do this one. will help lot for me.

Hi i have the project developed in eclipse environment is working fine, and i
Share
You can do it via Android Library project.
Refer this LINK.
Describes how to set up a project as a library project. Quoted from its content
================= quoted =================== Next, set the project’s Properties to indicate that it is a library project:
=============== unquoted =============================
So, you open your project properties and “unselect” “is Library” checkbox and click Apply to make your project a normal Android project (not a library project).