FAILURE:Build failed with an exception.*What went wrong:Execution failed for task ':FunshionAndroid:mergeDebugResources'.> D:\Workspaces\Proj\AndroidApp\res\values-hdpi\dimens.xml:Error:Found item Dimension/tvname_textsize more than one time


在build.gradle里添加
android {
lintOptions {
checkReleaseBuilds false
// Or, if you prefer, you can continue to check for errors in release builds,
// but continue the build even when errors are found:
abortOnError false
}
}