How to add another Eclipse project as a library?

I want to use this PhotoView Project as a library project in eclipse. Can you please guide me. How can I add this project to my eclipse and use it as a library for my other project?

+3
source share
4 answers

Below is a step-by-step instruction for adding a project to a library project in a project,

  • First of all, click on the Eclipse file menu and select the “Import” option (or you can right-click on the package explorer and select the “Import” option).
  • This will load the following dialog

    enter image description here

  • , : " " " Android " ( )

  • "" , eclipse.
  • "".

    enter image description here

  • , , , , " ", .

  • Android.
  • , , " " .
  • "" , ,

    enter image description here

  • ,

    enter image description here

  • .

  • OK.

    enter image description here

  • , Android , eclipse . ,

    enter image description here

0

" " "Android", ... , . , "" . "" "".

0

First import your project (which will be used as the library project). Then create a new project (in which you are going to use the library project). Then right click on the new project -> go to properties> Android> and add the library project.

0
source

All Articles