Subversion Repositories AndroidProjects

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
1107 chris 1
Library Project including Google Play services client jar.
2
 
3
This can be used by an Android project to use the API's provided
4
by Google Play services.
5
 
6
There is technically no source, but the src folder is necessary
7
to ensure that the build system works. The content is actually
8
located in the libs/ directory.
9
 
10
 
11
USAGE:
12
 
13
Make sure you import this Android library project into your IDE
14
and set this project as a dependency.
15
 
16
Note that if you use proguard, you will want to include the
17
options from proguard.txt in your configuration.