Instead of just distributing the google-play-services.jar file, it would be more correct to distribute the complete
google-play-services_lib directory structure in CoronaEnterprisePlugins.zip.
Why?
Because google-play-services *should* be added as a library dependancy in project.properties like so:
# Project target. target=android-16 android.library.reference.1=${CoronaEnterpriseDir}/Corona/android/lib/Corona android.library.reference.2=./google-play-services\_lib
For this to compile, we need all the google-play-services resource files.
If it’s not done this way, you’ll get a ton of unnecessary warnings in the Android log complaining about missing Google Play Services resources.