X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=android%2Fbuild.xml;h=d50f5bfd4599c47efadae39132773dbc1f328251;hb=3069fb4808b15901155620b678ef6a34562459d6;hp=fa69b0c62c7a60b51ddb328b4d2d0851212b2890;hpb=3721b6083a4d96d7ebd8afd1d16da5360f9cd259;p=zxing.git diff --git a/android/build.xml b/android/build.xml index fa69b0c6..d50f5bfd 100644 --- a/android/build.xml +++ b/android/build.xml @@ -1,256 +1,339 @@ - - + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. +--> + - - + - - + + + + + + + + + + + + + + + + + - - - + - + + + + + + + + + + + - - - + + + + + - - + + - - + + + + + + + + + + + - - + + + + + + - + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + - - - - + + + Creating output directories if needed... + + + + + - Generating R.java... + Generating R.java / Manifest.java from the resources... - - - - - - - - - - + + + + + + + + + + + Compiling aidl files into Java classes... - + + + + - - + + + + - + + + + - + + + + - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - + + Converting compiled files and external libraries into ${out-folder}/${dex-file}... + + + + + + + - - - Packaging resources and assets... - - - - - - - - - - - - - - + + + Packaging resources + - - - Packaging resources... - - + + + + + + + + + + + + - - - - - - - - - + + + + - - - - - - + + + + + + + + + All generated packages need to be signed with jarsigner before they are published. + Also run zipalign -f -v 4 BarcodeScanner.apk BarcodeScanner-aligned.apk after signing - - - Packaging java... - + + + Installing ${out-debug-package} onto default emulator... + + + + + - - - Packaging dex... - - - - + + + Uninstalling ${application-package} from the default emulator... + + + - - + + Android Ant Build. Available targets: + help: Displays this help. + debug: Builds the application and sign it with a debug key. + release: Builds the application. The generated apk file must be + signed before it is published. + install: Installs the debug package onto a running emulator or + device. This can only be used if the application has + not yet been installed. + reinstall: Installs the debug package on a running emulator or + device that already has the application. + The signatures must match. + uninstall: uninstall the application from a running emulator or + device. + - + + -