I am working with online recharge application and I want to create a Facebook type slide out and slide-in for that I want to use external project. Now I want to link that both. How to do that? I had tried to set properties to external project "is library" and in my project I added that library but it shows an error like a cross mark on library in main project properties. What to do now?
Asked
Active
Viewed 819 times
0
-
Add external project to your build path. – Aman J Mar 19 '13 at 06:28
-
You just need to import existing project into eclipse which you want to use as library project and then by going to properties of the other project -->then Android -->choose project from library section --> Click apply. – Anshul Mar 19 '13 at 06:35
-
i had tried all things but now it's showing error that library file apk not found. – SahilPatel Mar 19 '13 at 07:35
2 Answers
0
In Library project, click right button -> properties -> Android -> check is library.
And in your project that you want to include this proyect, right button -> properties -> Android -> Add the other project.

Pablo Martinez
- 1,573
- 12
- 31
0
Try to move both source and library in the same eclipse workspace. Might because of this it is showing red cross mark at library.