error: Could not find: C: \ android-sdk \ platform-tools \ zipalign.exe

0

When performing the Build on main for smart device android platform, at the end of the process I get the following message: error: Could not find: C: \ android-sdk \ platform-tools \ zipalign.exe

I've removed and reinstalled the android SDK, but the message still persists. This file is located in another path, in the case in the folder: C: \ android-sdk \ build-tools \ 19.1.0 \ zipalign.exe

Is there any configuration to configure this path?

    
asked by anonymous 04.07.2014 / 20:56

1 answer

3

Reply at this link: link

"From SDK Tools 23, zipalign.exe has been moved again, it is no longer in its previous location (in \ tools), it is in the \ build-tools folder.

This problem has been fixed in GeneXus X Evolution 3 Upgrade 1 (as well as Evolution 2 Update 7).

For now, you can avoid this problem by following these steps:

  • Verify that at least one version of the SDK is installed (this is required for compilation anyway).
  • Copy the zipalign.exe file from the "\ build-tools" folder to "\ tools" or "\ platform-tools". "
  • 04.07.2014 / 21:42