开发者

zipalign error : The system cannot find the file specified

I type in:

开发者_StackOverflow中文版

C:\Program Files (x86)\Android\android-sdk\tools>zipalign [-f] [-v] B10816062011-unaligned.apk B10816062011-aligned.apk

it returns:

The system cannot find the file specified.

Its driving me crazy as I know that the source file is where I am trying to direct it!

anyone know or experienced this problem?


Please avoid the [](Square Brackets) and <>

For example:

D:\android-sdk\android-sdk\tools>zipalign -f -v 4 "C:\Users\name\Desktop\project_name\projectname_signed.apk" "C:\Users\name\Desktop\project_name\projectname__zipaligned.apk"

It will work


Also do not forget to look into the firewall on your computer. it may have been set to block the zipalign process.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜