I have an Android test project that depends on several remote services. Now I want be able to install all dependent remote services at once, together with my test project and the Android project under test, like project dependencies in Visual Studio when running DLL’s.
I know there is an <instrumentation> tag in AndroidManifest file, informing eclipse to install my project under test first. Are there any other AndroidManifest tags, or deployment settings in Eclipse to install my remote service projects too?
Thank you!
I think you are looking for
Right Click on your Project > Properties > Java Build path > Projects > Addhere you can add any dependent libraries.