I can’t use appcompat.v7.27
I can just use appcompat.v7.23.4.0
I also use
(‘android.arch.core:runtime:+’){force = true}
and mavenCentral()
But it never work
Can anyone help me?
Appcompat library error
This is a common Android IDE issue.
@trixi, We need an updated gradle
As you can see, we need at least version
5.1.1
.