Is it possible?
There are three games which use common android lib and situated here - http://server.us/svn/greatlib.
My dream (and my PM's too ;) to "checkout by one click".
Before I have to
- checkout game ( http://server.us/svn/game1 )
- checkout lib
- set lib in properties.
I'm trying improve it.
My way:
I have done some manipulations with SVN:external.
- added library dir into game project (libraries/greatlib)
- set svn:external like this "/svn/greatlib/ libraries/greatlib"
- add "android.library.reference.1=libraries/greatlib" into default.prop.
- Fail : cannot add android library which is not a project in workspace
Have you any thought about this?