Can't find 'apksigner' executable to manually sign APK

前端 未结 4 1004
天命终不由人
天命终不由人 2020-12-09 15:24

Following the Sign Your App Manually guide,

You can sign your app from the command line using standard tools from the Android SDK and the JDK

4条回答
  •  一向
    一向 (楼主)
    2020-12-09 15:48

    apksigner shipped with Android SDK Build Tools 24.0.3 (see https://developer.android.com/studio/releases/build-tools.html). The tool can be found in the Android SDK's build-tools/ directory. For example, build-tools/24.0.3/apksigner on Linux/OSX and build-tools/24.0.3/apksigner.bat on Windows.

提交回复
热议问题