point-of-sale-android-sdk
point-of-sale-android-sdk copied to clipboard
building
FAILURE: Build failed with an exception.
-
Where: Build file 'C:\Users\mrsst\Downloads\point-of-sale-android-sdk-master\point-of-sale-sdk\build.gradle' line: 23
-
What went wrong: A problem occurred evaluating project ':point-of-sale-sdk'.
Cannot run program "git": CreateProcess error=2, The system cannot find the file specified
- Try: Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.
BUILD FAILED
Total time: 1.903 secs
@jerryseigle, what steps can I take to reproduce this error?
The message
Cannot run program "git": CreateProcess error=2, The system cannot find the file specified
makes me think something is calling git
that shouldn't be.
I resolved the issue. On my machine I had to install "git" also I had to select in the "GIT" installer installation to allow GIT to be run from windows command prompt as well as GIT Bash.