Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to sign in release environment ? #7

Open
hanlytowne opened this issue Jul 1, 2014 · 1 comment
Open

How to sign in release environment ? #7

hanlytowne opened this issue Jul 1, 2014 · 1 comment

Comments

@hanlytowne
Copy link

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 hanlytowne changed the title howsign how to sign in release environment Jul 1, 2014
@hanlytowne hanlytowne changed the title how to sign in release environment how to sign in release environment ? Jul 1, 2014
@hanlytowne hanlytowne changed the title how to sign in release environment ? How to sign in release environment ? Jul 1, 2014
@hanlytowne
Copy link
Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant