aws-samples / aws-sdk-unity-samples

This repository has samples that demonstrate various aspects of the AWS Mobile SDK for Unity, you can get the SDK source on Github (https://github.com/aws/aws-sdk-net)
Other
161 stars 107 forks source link

SNS: google-play-services.jar and android-support-v4.jar files #20

Closed jasonchin closed 8 years ago

jasonchin commented 8 years ago

The current SNS Sample instructions has the following:

You will need google-play-services.jar & android-support-v4.jar to run this project. You can find the play services library in the location /extras/google/google_play_services/libproject/google-play-services_lib/. Import this project to eclipse and export the jar . Make sure that you use the latest version of google play services. Copy these jar files to the Assets/Plugin/Android folder in the project.

I've been trying to set it up but the latest Android sdk no longer includes these files. Any suggestions?

jasonchin commented 8 years ago

Ended up just downloaded some random jars from the internet =/

wdane commented 8 years ago

In the Android SDK Manager you will need to have Android Support Repository and Google Play Services installed, which is under the 'Extras' section of the Android SDK Manager.

jasonchin commented 8 years ago

@wdane The SDK no longer includes these files regardless if you have the extras installed. You need to update your docs with the latest files needed to run the sample (they are .aar files now, in a different path and you need to specify which version from the many given)

I unfortunately had to find this out the hard way after much wasted time scouring the internet.

jasonchin commented 8 years ago

@wdane or you could just not solve the problem and close the issue? :)

TejaswiniiB commented 6 years ago

Hi @wdane , even I can't find them. Can you please say exactly what's the file name, version and it's location as per the updated android sdk?