mirror of
https://github.com/CTCaer/RetroArch.git
synced 2025-01-14 14:50:26 +00:00
66576b12e8
baking that in as a dependency now by providing the .jar file. Still need to write stub driver in C that calls these location functions through JNI - and still need to gather all semantics for libretro API additions
17 lines
531 B
Plaintext
17 lines
531 B
Plaintext
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. |