I'm Trying To Import Open Data Kit Sc That I Got From Github, But I Kept Getting Error
I have imported a code from github but I am getting this error Error:(12, 0) CreateProcess error=2, The system cannot find the file specified and this is the link of the github ht
Solution 1:
I had the same issue before I got it to work. Some things that I did that worked for me in Android Studio 2.1:
Install Google Play services using Android SDK manager
Installed git from here: https://git-scm.com/
In Android Studio, Goto Settings -> Plugins. Deactivate & remove github, keep only git plugin.
Then make sure your Android Studio can contact git
There were other stuff for which Android studio says it requires to download older versions. Download & install these as well.
Make sure gradle-config is at the right tag number as mentioned in the wiki.
Post a Comment for "I'm Trying To Import Open Data Kit Sc That I Got From Github, But I Kept Getting Error"