cannot find zip-align when publishing app

后端 未结 25 1756
名媛妹妹
名媛妹妹 2020-11-29 18:00
cannot.find.zip.align=The zipalign tool was not found in the SDK.

Please update to the latest SDK and re-export your application
or run zipalign manually.

Aligning         


        
25条回答
  •  离开以前
    2020-11-29 18:45

    I used the full path of zipalign. For mac, I found the executable file in Finder and clicked on it. Then, to publish my app I ran

    /Users/username/development/sdk/tools/zipalign -v 4 HelloWorld-release-unsigned.apk HelloWorld.apk
    

    instead of

    zipalign -v 4 HelloWorld-release-unsigned.apk HelloWorld.apk
    

提交回复
热议问题