Before opening a new issue:
If this is a bug:
If this is a feature request:
Hi I solved this by going to the project root directory in the terminal and doing this :
git init
git add .
git commit -m "why do I have to do this?"
This helped me
git init
git add .
git commit -m "why do I have to do this?"
And then It asked me download build version tool 28. After downloading it. It worked.
Most helpful comment
Hi I solved this by going to the project root directory in the terminal and doing this :
git init
git add .
git commit -m "why do I have to do this?"