is there anyone having errors like below after swi...
# android
s
is there anyone having errors like below after switching to Android Studio 3.0 and gradle plugin 3.0?
Copy code
error: cannot find symbol
	@TargetApi(VERSION_CODES.LOLLIPOP)
	                        ^
  symbol:   variable LOLLIPOP
  location: class VERSION_CODES
I'm seeing these errors on my App code and also inside Realm proxy generated classes.