Reputation: 463
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.
Upvotes: 1
Views: 1213
Reputation: 352
Try to update your project from edit configurations.
Follow these Steps
1). Click on app & then Edit Configurations
2). Then Click on Update Project & after then Click on apply
Upvotes: 1