java - need to add parameter to my ant release build.xml -
Currently, I'm using Jenkins to run my build.xml and to generate ant release. Apk
I have to pass the parameter for the ant release (AT release Actually, I need it to do the following: To get my ant build. How do I modify XML? is used by step # 1, then step # 1 is used, then for step # 2 all you need is: -Dcustompackagename = 'com.google.android.projection.kitchensink' ) and generate another APK.
-Dcustompackagename = 'com.google.android.projection for the kitchen to generate' APK 2 (currently is not the place)
build.xml with default
-Dcustompackagename = 'com.google.android.projection.kitchensink'
Comments
Post a Comment