Hey Guys,
I'm trying to add a new library to the android platform, but when I run the "repo status" command, the folder in which my library is located does not show up as added.
If for example my library is called foo, I created a folder /external/foo and placed my library code in it. This foo folder is not seen by the "repo status" command. Is there some way I need to manually add it to the working tree?
Chris