-1

I am new to android and I wanted to use some 3rd party API.

For that i need gradle installed ?

If yes, What all things does gradle covers.. ?
Can Anyone guide me how to cover it for android using Eclipse ?

geckob
  • 7,680
  • 5
  • 30
  • 39
pratz9999
  • 539
  • 4
  • 20

1 Answers1

1

This question have been asked before in here -> How to add a Library Project to a android project?

1.)File->New->Other

2.)Select Android Project

3.)Select "Create Project from existing source"

4.)Click "Browse..." button and navigate to your project

5.)Finish (Now action bar project in your workspace)

6.)Right-click on your project -> Properties

7.)In Android->Library section click Add

8.)select recently added project -> Ok

Community
  • 1
  • 1
geckob
  • 7,680
  • 5
  • 30
  • 39