Task 'wrapper' not found in project ':FtcRobotController'. #198
-
This works for my friends but I am running into this issue, Task 'wrapper' not found in project ':FtcRobotController'.
I tried all suggestion I could find online and also tried different version of Android studio no help. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
I'm not sure there is one single answer to your question. Google and this answer on StackOverflow seems to indicate that there can be multiple causes. In order to more fully answer the question, we'd have to have more insight into your environment, how you set up your project, what the state of Android Studio is on your machine, etc... For questions like this, the more information you can provide, the better. |
Beta Was this translation helpful? Give feedback.
for me the issue was project was failing to find gradle-wrapper.properties file. I got the issue resolved by pointing to the location.
Then next time when I opend this issue was gone.