1

I have an application built with eclipse and now I want to use this library https://github.com/worker8/TourGuide in my project.

I've been trying to do a "manual import" as suggested by @Julian in this thread How to import Android Studio project in Eclipse? , but I've made no progress with it.

Can anyone please share any information on how to use a library such as TourGuide in an eclipse project? is it even possible?

thanks

Community
  • 1
  • 1
ayyyeee
  • 323
  • 1
  • 2
  • 6
  • It may not be possible, though usually it is. You will need to make your own Eclipse-style project tree that moves the libraries Java code, resources, the manifest, and so on in their Eclipse-style spots. You should then be able to import that project tree into Eclipse. All that being said, Eclipse support has ended, and so you need to consider moving to a supported Android IDE (e.g., Android Studio, IntelliJ IDEA, or perhaps later this year the Eclipse-based AndDown). – CommonsWare Feb 21 '16 at 23:36
  • @CommonsWare thanks, I guess I'll have to keep trying – ayyyeee Feb 21 '16 at 23:48

0 Answers0