In Gradle folder I know there should be a lot more options inside Tasks, and they’re not showing after reinstalling project.
2
Just add "Configure all Gradle tasks during Gradle Sync" in Settings.
I use Android Stuio Giraffe and this worked for me:
Go to File -> Settings -> Experimental
Check the next option:
Configure all Gradle tasks during Gardle Sync (this can make Gradle Sync slower)
After that sync gradle: File -> Sync project with Gradle file
Click here to cancel reply.
2
Answers
Just add "Configure all Gradle tasks during Gradle Sync" in Settings.
I use Android Stuio Giraffe and this worked for me:
Go to
File -> Settings -> Experimental
Check the next option:
Configure all Gradle tasks during Gardle Sync (this can make Gradle Sync slower)
After that sync gradle:
File -> Sync project with Gradle file