Hi
If you are getting the below error while deploying the application to android. Here is the solution
[11:11:31 AM] Cannot run program "\sdk\tools\zipalign"": CreateProcess error=2, The system cannot find the file specified
[11:11:31 AM] CreateProcess error=2, The system cannot find the file specified
During the deployment jdeveloper creates .apk file using zipalign.exe file. But zipaling.exe is not exist in this location C:\Program Files\Android\sdk\tools\zipalign.
Solution is copy the zipaling.exe from \build-tools\19.1.0 to \sdk\tools folder.
If you are getting the below error while deploying the application to android. Here is the solution
[11:11:31 AM] Cannot run program "\sdk\tools\zipalign"": CreateProcess error=2, The system cannot find the file specified
[11:11:31 AM] CreateProcess error=2, The system cannot find the file specified
During the deployment jdeveloper creates .apk file using zipalign.exe file. But zipaling.exe is not exist in this location C:\Program Files\Android\sdk\tools\zipalign.
Solution is copy the zipaling.exe from \build-tools\19.1.0 to \sdk\tools folder.
No comments:
Post a Comment