0

My AS is 2.3 official version

enter image description here

and I already open the Instan run on the settings enter image description here

but it can't use,and the lightning symbol is always not light,just like this enter image description here

I don't why this is,who has other ideas?

Json zhang
  • 119
  • 14
  • Which API version are you running your project on? When compiling check which API version it is. – HaroldSer Apr 07 '17 at 07:30
  • my ` compileSdkVersion 23` and `targetSdkVersion 23`,and I compile my project on 6.0 , the instant run features works. – Json zhang Apr 10 '17 at 01:38

1 Answers1

0

Make sure the Android Gradle plugin is version 2.3.0 and Gradle is version 3.3.

Else it wont work. Android studio should tell you that by default. Normally when you open your project or after a clean build.

WilomGfx
  • 1,868
  • 1
  • 18
  • 26
  • I update my as to 2.3.1 and as tell me to update the gradle plugin to 2.3.1 and gradle is 3.3,but the instant run always won't work – Json zhang Apr 07 '17 at 02:56