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

Asked

Viewed 4,148 times

1

When performing the Build on the 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 already removed and installed again the android SDK but the merge 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 settings to configure this path?

1 answer

3

Reply on this link: https://stackoverflow.com/questions/24539245/genexus-build-for-android-fails-with-could-not-find-sdk-platform-tools-zipali

"Starting with 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 issue 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:

  1. Check that at least one version of the SDK is installed (this is required for compiling anyway).
  2. Copy the zipalign.exe file from the " build-tools" folder to " tools" or " Platform-tools"."
  • Before that, you are welcome to Stackoverflow in Portuguese. Since this is a Portuguese site, the questions and answers must be written in Portuguese. If you intend to reply using a reply from the site in English should translate it before posting it here.

Browser other questions tagged

You are not signed in. Login or sign up in order to post.