Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

how do I place an android project in svn having support libraries

Tags:

android

svn

I have already used the svn for the android project and it works well..But my new project have have supporting library projects that i need to include with my current one...how do place the project along with the support libraries to svn. I have placed library manually in the eclipse and placed the project in the svn..but it shows errors in the project...please help me. Edit: It doesn't show any error in any java or xml file, but when I try to run it, it says project has errors.

Capture of my work space

like image 330
Pragnani Avatar asked Jan 22 '13 06:01

Pragnani


1 Answers

Have you checked the library and android api level dependency? Edit: Right click project-->properties--->build path-->projects--->remove the existing project -->add new project(slideout activity)

like image 100
techieWings Avatar answered Oct 17 '22 22:10

techieWings