Skip to main content

Googlecode Shutdown

Connor Tumbleson
Maintainer of Apktool

brut.alll started the Googlecode project for Apktool in January 2010, with the first release being published on Googlecode in March of 2010. Googlecode became the home for Apktool from then until March 2015 when Googlecode announced a shutdown of the service.

After already losing the ability to upload files years ago, it was obvious Googlecode was loosing to popular alternatives such as Github and Bitbucket.

Since Apktool already had a mirror of GIT at Github, we choose to move there.

Stats from Googlecode

  • 36 releases released on Googlecode from 0.9.0 to v2.0.0 RC4
  • 3,002 stars before move to Github
  • 112MB Git repository size
  • 1159MB in uploaded apks
  • 783 reported bugs
  • 16 wiki documents
  • 126 commits to the wiki
  • 861 commits to the tool
  • 53 project clones
  • 1,274,207 unique hits from (Nov 15 2014 -> March 16 2015)
  • 7,385,601 pageviews from (Nov 15 2014 -> March 16 2015)
  • 2 revision control changes (cvs -> svn -> git)
  • 2 build system changes (bash files -> maven -> gradle)
  • 1,526,451 downloads for v1.5.2
  • 4,393,639 total downloads of all archives
  • ~5.99TB of transferred bandwidth via all archives

Apktool 1.5.2

Connor Tumbleson
Maintainer of Apktool
  • Output smali files to a folder named "smali" instead of "out". #410
  • Only show the --aapt / -a info in verbose mode.
  • Don't crash out if .git folder isn't present. Use SNAPSHOT-DEV instead. #503
  • Only store compressed resources.arsc if the original was compressed, otherwise STORE. #178
  • Moved build.gradle files to each subproject for more organization.
  • Prevented duplicated files in the final jar, saving around 1.2mb. #505
  • Added Proguard to reduce the final jar size from 6.2mb to 2.6mb.
  • Added a check for "aapt" in unit tests. #506
  • Added the ability to use --frame-path on if|install-framework.
  • Fixed the renaming of incorrectly named .r.9.png images to .9.png.
  • Added the ability to use --version to print out the Apktool version.