I do nothing, just create new project then find this error. pls help me
This is a common issue and you just need to add
android { ... compileOptions { sourceCompatibility JavaVersion.VERSION_1_8 targetCompatibility JavaVersion.VERSION_1_8 } ... }
There is explanation and direction in this link