Skip to content

Instantly share code, notes, and snippets.

@AvinashDalvi89
Created April 23, 2020 09:40
Show Gist options
  • Save AvinashDalvi89/3929620f9ac92d58d6668c6a60911b9a to your computer and use it in GitHub Desktop.
Save AvinashDalvi89/3929620f9ac92d58d6668c6a60911b9a to your computer and use it in GitHub Desktop.
Fixing [ERROR] Failed to run dexer for SDK 7.4.0 titanium
# Open /Users/UserName/Library/Application\ Support/Titanium/mobilesdk/osx/7.4.0.GA/android/templates/gradle/gradle/wrapper/gradle-wrapper.properties
replace this
distributionUrl=http\://services.gradle.org/distributions/gradle-4.6-all.zip
to
distributionUrl=https\://services.gradle.org/distributions/gradle-4.6-all.zip
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment