Dex65536 icon indicating copy to clipboard operation
Dex65536 copied to clipboard

How to sign in release environment ?

Open hanlytowne opened this issue 11 years ago • 1 comments

I found something about sign in release ENV,but how ? below is the description in your demo(custom_rules.xml): release: Builds the application. The generated apk file must be signed before it is published. The 'nodeps' target can be used to only build the current project and ignore the libraries using: 'ant nodeps release'

PLS help me: How to use this command signature.(I already have a signature file)

hanlytowne avatar Jul 01 '14 03:07 hanlytowne

add a ant.properties file, the content is: key.store=xxx.keystore
key.alias=xxx key.store.password=pwd key.alias.password=pwd

run : ant clean release

that's all i did

hanlytowne avatar Jul 02 '14 07:07 hanlytowne