0

I try to add the commonsware TouchListView library (https://github.com/commonsguy/cwac-touchlist) to my android project in eclipse but I don't know how.

Somebody can help me?

CommonsWare
  • 986,068
  • 189
  • 2,389
  • 2,491
Maxime
  • 3,167
  • 7
  • 26
  • 33

1 Answers1

0

I am not planning on formally supporting Eclipse for the CWAC components until probably the r15 version of the Android Development Tools, as Android library project support in Eclipse is in flux at the moment, particularly with the changes rolled out in the r14 edition of the Android Development Tools.

In principle, you will need to create a new Android project "from existing sources" using the Android new-project wizard. Then, check the Android section of the project properties to ensure that it is marked as being a library project. Then, you can add it as a library to some other project via that project's properties. More details on those steps can be found in the Android developer documentation.

CommonsWare
  • 986,068
  • 189
  • 2,389
  • 2,491