I typically use this Makefile.  Customize as necessary.  If you use
Windows you're on your own.

app=RpnCalc
bindir=bin/rpncalc

release: build.xml ${bindir}
        ant release
        mv ${bindir}/${app}-unsigned.apk ./${app}.apk
        jarsigner -keystore ~/.android/keystore ${app}.apk efalk
        jarsigner -verify -verbose ${app}.apk

build.xml:
        activityCreator --out . org.efalk.rpncalc/RpnCalc

${bindir}:
        mkdir -p $@
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to