I am adding second gradle build for Eclipse Android projects.
However I have to fix a lot of smaller issue as Gradle finds additional errors, that Eclipse build does not, like duplicate values:
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
As my first goal is to finish Gradle build first, how to configure gradle not to validate projects (stricter than Eclipse does)