Atul Vasudev A
Atul Vasudev A

Reputation: 463

Android Studio 2.3.2 always asking for gradle update

I tried updating Gradle Plugin several times but it is not getting updated and instant run is not working. Gradle Console does not show any errors. This message started to show up after updating Android Studio to 2.3.2, before that everything was fine.
compileSdkVersion - 25
buildToolsVersion - 25.0.3

How to rectify this problem? Thanks in advance.

This dialogue pops up every time

Upvotes: 1

Views: 1213

Answers (1)

Firdosh
Firdosh

Reputation: 352

Try to update your project from edit configurations.

Follow these Steps

1). Click on app & then Edit Configurations

enter image description here

2). Then Click on Update Project & after then Click on apply

enter image description here

Upvotes: 1

Related Questions