android - Error:Execution failed for task ':app:mergeDebugResources'. > Error: Some file crunching failed, see logs for details -
i import code source eclipse android studio.
how can fix it?
apply plugin: 'com.android.application'
android { compilesdkversion 17 buildtoolsversion "26.0.1" defaultconfig { applicationid "com.[enter image description here][1]motivation.cheer" minsdkversion 7 targetsdkversion 15 multidexenabled false } buildtypes { release { minifyenabled false proguardfiles getdefaultproguardfile('proguard-android.txt'), 'proguard-rules.txt' } } dexoptions { predexlibraries true } dependencies { compile 'com.android.support:support-v4:18.0.0' compile 'com.google.android.gms:play-services:+' } }
try go build - rebuild project.
Comments
Post a Comment