Irmantas
Irmantas

Reputation: 86

In Android project include another project

I'm just starting my long way to Android programming and building app where I would like to use this library https://github.com/cfgxy/DevsmartLib-Android/tree/

This is another Android project, how should I include this in my project using Eclipse?

Upvotes: 0

Views: 330

Answers (2)

Create a new Android project in Eclipse and select the contents of devsmartlib/ as the source folder.

You can then right click on your project, click Properties, Android and add the library project from there!

Upvotes: 0

CommonsWare
CommonsWare

Reputation: 1007534

The contents of that repo's devsmartlib/ directory appears to be an Android library project. You can use such projects from Eclipse or from the command line as you see fit.

Upvotes: 4

Related Questions