Problem
In one of the Android project the gradlew file was not in the root directory path of the project
Solution
In the Gradle Wrapper set the following attributes:
Root Build Script: ${workspace}/<dir_name>/
From Root Build Script Dir: Check this value
In one of the Android project the gradlew file was not in the root directory path of the project
Solution
In the Gradle Wrapper set the following attributes:
Root Build Script: ${workspace}/<dir_name>/
From Root Build Script Dir: Check this value