Michael
Michael

Reputation: 3739

Include Google Play Services jar as part of the project?

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

Answers (1)

koral
koral

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

Related Questions