Skip to content

mindwalkr/GooglePlayServicesStripper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

GooglePlayServicesStripper

Strips the Google Play Services JAR archive and removes the folders that are specified below. This should lower the methods count of the final DEX file and should lower the chance of hitting the (dreaded) 64K methods limit.

What this script does is essentially the following:

  • Create a temporary directory to work in
  • Extracts the content of the google-play-services.jar file
  • Based on the content of the 'configuration' var, it removes the desired modules (in the form of directories)
  • Repackages the remaining directories in a google-play-services-STRIPPED.jar file
  • Cleans up as needed

Credits go to:

About

Python script to strip Google Play Services of unwanted content

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages