RetroArch/pkg/android/phoenix/libs/googleplay
twinaphex 6b45695e83 Move apple and android to pkg/ 2015-09-20 15:49:19 +02:00
..
.settings Move apple and android to pkg/ 2015-09-20 15:49:19 +02:00
libs Move apple and android to pkg/ 2015-09-20 15:49:19 +02:00
res Move apple and android to pkg/ 2015-09-20 15:49:19 +02:00
src/android Move apple and android to pkg/ 2015-09-20 15:49:19 +02:00
.classpath Move apple and android to pkg/ 2015-09-20 15:49:19 +02:00
.project Move apple and android to pkg/ 2015-09-20 15:49:19 +02:00
AndroidManifest.xml Move apple and android to pkg/ 2015-09-20 15:49:19 +02:00
README.txt Move apple and android to pkg/ 2015-09-20 15:49:19 +02:00
build.xml Move apple and android to pkg/ 2015-09-20 15:49:19 +02:00
proguard.txt Move apple and android to pkg/ 2015-09-20 15:49:19 +02:00
project.properties Move apple and android to pkg/ 2015-09-20 15:49:19 +02: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.