简体   繁体   中英

Check-in Android project having dependencies to SVN

I have added google play services lib as a dependent library to my Android project as shown.

在此处输入图片说明

I need to checkin the code to SVN .
Do i need to checkin the google play services project as well?
Or Is there any way i can package the google play services project along with my Android project?

Any help will be appreciated.

The Google Play Services should be used as an Android Library Project . So you shouldn't pack it in any way. Usually I don't like committing external libraries in the versioning control system , and I prefer letting everybody clone and import the library projects locally. You could though add the library project into a different folder, and commit it to your source control if you find it more convenient.

Another alternative would be to use Maven for dependency management.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM