All Projects → microg → Android_external_gmslib

microg / Android_external_gmslib

Licence: apache-2.0
Merged into https://github.com/microg/android_packages_apps_GmsCore

Programming Languages

java
68154 projects - #9 most used programming language

GmsLib

This library is a compatibility implementation of the often used play-services library.

It will try to use the Play Services when installed on the target device. If this is not possible, a basic fallback implementation might be used.

WIP

This is still work in progress, and most applications will not build. However feel free to try it out and create issues for missing method calls (please include an application to test it).

Developer Notes

Replace all compile includes to com.google.android.gms with org.microg master-SNAPSHOT includes

sed -i 's/compile [\'"]com.google.android.gms:\([^:]*\):[^\']*[\'"]/compile \'org.microg:\1:master-SNAPSHOT\'/g' build.gradle
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].