Skip to content

Instantly share code, notes, and snippets.

@koron
Created May 9, 2012 00:03
Show Gist options
  • Save koron/2640593 to your computer and use it in GitHub Desktop.
Save koron/2640593 to your computer and use it in GitHub Desktop.
fix android sdk to work on JDK7.
--- tools/ant/build.xml.orig 2012-05-09 08:54:03.105827000 +0900
+++ tools/ant/build.xml 2012-05-09 09:00:23.602590200 +0900
@@ -1052,6 +1052,8 @@
storepass="${key.store.password}"
alias="${key.alias}"
keypass="${key.alias.password}"
+ sigalg="SHA1withRSA"
+ digestalg="SHA1"
verbose="${verbose}" />
<!-- Zip aligns the APK -->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment