I found this solution without aapt. Is it correct?

ant release

keytool -genkey -alias your.key.alias -keyalg RSA \
          -validity 20000 -keystore C:\YourKey\your.key.file

jarsigner -verbose -keystore "C:\YourKey\your.key.file" \
            -signedjar bin\proyecto-signed.apk \
            bin\proyecto-unsigned.apk your.key.alias

On 15 dic, 10:37, Carlos Pérez <takut...@gmail.com> wrote:
> Hi,
>
> I've been trying to create my .apk with aapt tool, but I couldn't get
> it.
>
> can somebody help me?

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to