When I try to compile my application, I get the following error:
Gradle:
FAILURE: Could not determine which tasks to execute.
* What went wrong:
Task 'assembleDebug' not found in root project 'Project'.
* Try:
Run gradle tasks to get a list of available tasks.
Could not execute build using Gradle installation 'C:\Users\[username]\.gradle\wrapper\dists\gradle-1.6-bin\72srdo3a5eb3bic159kar72vok\gradle-1.6'.
Now I have been searching around on stackoverflow and other websites, and I am not the only person experiencing this issue. I tried this solution, aswell as restarting the program several times, and reinstalling Android Studio entirely. Still I'm getting the same error. I also tried manually deleting the "gradle-1.6" folder from the
'C:\Users\[username]\.gradle\wrapper\dists\gradle-1.6-bin\72srdo3a5eb3bic159kar72vok\'
folder, and putting the newest version of gradle into the folder manually.
Nothing helped. Still getting the error.