You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
- Made java library handling programmatic, no more hardcoding googleplayservices (just put your lib in <Project>\\Build\\Android\\JavaLibs like we have google now in Engine\\Build\\Android\\Java\\JavaLibs) #codereview chris.babcock,ryan.gerleve [CL 2345079 by Josh Adams in Main branch]
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.