Code Monkey home page Code Monkey logo

google-play-service-lite's Introduction

Google Play Service Lite

Intro

This script is for eclipse/ant user who has problem building their android app because of the 65535 methods limit

In a word, if you encountered a Unable to execute dex: method ID not in [0, 0xffff]: 65536 error, this is for you.

Note: For gradle/android studio users, google has posted a fix here

It contains a original copy of google play serivce 10.0.1(v38), which can be customized based on your project

How to update full Google Play Service Package

  1. edit pack_gms.sh and insert your ANDROID_SDK_ROOT and the PLAY_SERVICES_VERSION (it must be available in $ANDROID_SDK_ROOT/extras/google/m2repository/com/google/android/gms/play-services)
  2. run pack_gms.sh
  3. done, you have a new google-play-services.jar with PLAY_SERVICES_VERSION chosen version
  4. you can customize it with a lite strip version, enabling/disabling the services you want, using the following instructions

How to customize your own Google Play Service Package

  1. edit strip.conf to enable/disable sevice as you want
  2. run strip_play_services.sh

Google Play Service dependency table

Check out the dependency table here

Credits

All Credit gose to dextorer for his great blog and gist

Dependency data is from yyama2's blog

Contributors

yinjimmy

Astrovic

google-play-service-lite's People

Contributors

darkdukey avatar

Watchers

James Cloos avatar Rainer Schleevoigt avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.