Ambiguous method call. Both
findViewById (int)in AppCompatActivity and
findViewById (int) in Activity match
解决:
统一gradle中以下版本:
compileSdkVersion
buildToolsVersion
minSdkVersion
targetSdkVersion
Ambiguous method call. Both
findViewById (int)in AppCompatActivity and
findViewById (int) in Activity match
解决:
统一gradle中以下版本:
compileSdkVersion
buildToolsVersion
minSdkVersion
targetSdkVersion