RetroArch/android/phoenix/libs/googleplay
John Grub e5d71f1f35 allows ant build to succeed: bump android version 2014-06-09 00:44:59 -07:00
..
.settings (Android) Initial stub location API/GPS support. Requires Google Play Services so 2013-12-15 05:48:28 +01:00
libs (Android) Initial stub location API/GPS support. Requires Google Play Services so 2013-12-15 05:48:28 +01:00
res (Android) Initial stub location API/GPS support. Requires Google Play Services so 2013-12-15 05:48:28 +01:00
src/android (Android) Initial stub location API/GPS support. Requires Google Play Services so 2013-12-15 05:48:28 +01:00
.classpath (Android) Initial stub location API/GPS support. Requires Google Play Services so 2013-12-15 05:48:28 +01:00
.project (Android) Initial stub location API/GPS support. Requires Google Play Services so 2013-12-15 05:48:28 +01:00
AndroidManifest.xml (Android) Initial stub location API/GPS support. Requires Google Play Services so 2013-12-15 05:48:28 +01:00
README.txt (Android) Initial stub location API/GPS support. Requires Google Play Services so 2013-12-15 05:48:28 +01:00
build.xml Fixup Ant build for Android. 2014-04-25 16:35:26 +02:00
proguard.txt (Android) Initial stub location API/GPS support. Requires Google Play Services so 2013-12-15 05:48:28 +01:00
project.properties allows ant build to succeed: bump android version 2014-06-09 00:44:59 -07:00

README.txt

Library Project including Google Play services client jar.

This can be used by an Android project to use the API's provided
by Google Play services.

There is technically no source, but the src folder is necessary
to ensure that the build system works. The content is actually
located in the libs/ directory.


USAGE:

Make sure you import this Android library project into your IDE
and set this project as a dependency.

Note that if you use proguard, you will want to include the
options from proguard.txt in your configuration.