I use hudson to make automated builds on unix. But is there any command line tools to setup automated build to generate apk file and sign it using my certificate.
Thanks.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You can use
antto build your project, android SDK already includes configuration for it, can be found in$ANDROID_SDK_DIR/tools/ant/build.xml. See more information in official documentationAnother way is to use maven-android-plugin
I use ant + msbuild + CruiseControl.Net