zoukankan      html  css  js  c++  java
  • 【Android命令行】apktool参数详解

    F:TestFilesapktool1.4.1>apktool
    Apktool v1.4.3 - a tool for reengineering Android apk files
    Copyright 2010 Ryszard Wi?niewski <brut.alll@gmail.com>
    Apache License 2.0 (http://www.apache.org/licenses/LICENSE-2.0)

    Usage: apktool [-q|--quiet OR -v|--verbose] COMMAND [...]

    COMMANDs are:

    d[ecode] [OPTS] <file.apk> [<dir>]
    Decode <file.apk> to <dir>.

    OPTS:

    -s, --no-src
    Do not decode sources.
    -r, --no-res
    Do not decode resources.
    -d, --debug
    Decode in debug mode. Check project page for more info.
    -f, --force
    Force delete destination directory.
    -t <tag>, --frame-tag <tag>
    Try to use framework files tagged by <tag>.
    --keep-broken-res
    Use if there was an error and some resources were dropped, e.g.:
    "Invalid config flags detected. Dropping resources", but you
    want to decode them anyway, even with errors. You will have to
    fix them manually before building.
    b[uild] [OPTS] [<app_path>] [<out_file>]
    Build an apk from already decoded application located in <app_path>.

    It will automatically detect, whether files was changed and perform
    needed steps only.

    If you omit <app_path> then current directory will be used.
    If you omit <out_file> then <app_path>/dist/<name_of_original.apk>
    will be used.

    OPTS:

    -f, --force-all
    Skip changes detection and build all files.
    -d, --debug
    Build in debug mode. Check project page for more info.

    if|install-framework <framework.apk> [<tag>]
    Install framework file to your system.

    For additional info, see: http://code.google.com/p/android-apktool/

    F:TestFilesapktool1.4.1>

  • 相关阅读:
    SCAU 9504 面试
    SCAU 9503 懒人选座位
    SCAU 8628 相亲
    SCAU 10691 ACM 光环
    SCAU 8626 原子量计数
    SCAU 10674 等差对
    HDU ACM 1048 The Hardest Problem Ever (水题)
    SCAU 9502 ARDF
    SCAU 10686 DeathGod不知道的事情
    SCAU 8629 热身游戏(高精度)
  • 原文地址:https://www.cnblogs.com/txbbkk/p/9286974.html
Copyright © 2011-2022 走看看