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

前端 未结 4 1000
天命终不由人
天命终不由人 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:55

    On Windows 10 it should be under directory

     C:\Users\{user}\AppData\Local\Android\Sdk\build-tools\
    

    Note the AppData directory is by default hidden. First make sure you installed Android SDK 24.0.3 or later.

提交回复
热议问题