Why do android docs want me to import play services as a project and not as a lib? -
i going use google play services in android application. have no problem there, have theoretical question...
in google docs api says must import project source sdk, , not *.jar file lib (google play services setup docs).
this fine, find more natural add reference *.jar file in there.
my question therefore is: there reason google says must this? if not i'd rather reference *.jar file.
thanks, jason
google play service contains resources (layout, images, etc.) cannot included in jar file. linked way framework compute xml resources of project give them unique ids.
this why have import library project instead of including jar dependency.
Comments
Post a Comment