Reputation: 3739
Is it possible/recommended to include the Google Play Services jar file as part of your android project vs. including it as the dependent library?
This page http://developer.android.com/google/play-services/setup.html asks you to include the Google Play Services as part of the dependent library. But for simplification purpose, I was thinking of including the jar as part of the android project itself.
Anyone has done this successfully?
Upvotes: 2
Views: 631
Reputation: 2533
Library project contains string resources. They are not included in jar file. However if you copy XML file also it will be probably working fine.
Upvotes: 1