0

I'm trying to sign manually my apk, but on terminal I receive this error: zipalign: command not found.

I've verified and the zipalign file is correctly inside the /Users/myname/android-sdks/tools/

Is all right because I've installed Android build tools (last version) from the "SDK Manager".

Any idea?!?

Seems a path problem (in Windows usually is it!)

4

1 回答 1

0

The solution was to copy the zipalign file from /Users/myname/android-sdks/tools/ folder to /Users/giulianocandreva/Library/Developer/Xamarin/android-sdk-mac_x86/tools/

Then open the SDK Command Prompt from Xamarin: enter image description here

And now works well.

于 2014-11-11T21:25:57.717 回答