not helped me, because I'm using 26 SDK version, but yours is 23, it's so obsolete. Is it not so difficult to you to update the SDK version on your project for compatibility? And perhaps it'll be needed to delete the transitive = false from your build.gradle. Don't fear about it will not be supported by older versions of android, because it'll only using needed methods from newer SDK.
Hello, I'm trying to build my project with 1.4.6a, but getting a
Program type already present: android.support.v4.R
errorI tried to exclude this group with
but with no luck.
Even
not helped me, because I'm using 26 SDK version, but yours is 23, it's so obsolete. Is it not so difficult to you to update the SDK version on your project for compatibility? And perhaps it'll be needed to delete the
transitive = false
from yourbuild.gradle
. Don't fear about it will not be supported by older versions of android, because it'll only using needed methods from newer SDK.Thanks in advance!