Android Error: Execution failed for task ': app: mergeDebugResources'

0

I get this error:

  

Error: Execution failed for task ': app: mergeDebugResources'.

     

Error: java.util.concurrent.ExecutionException:   com.android.ide.common.process.ProcessException:

I've tried tested Clean project y Rebuild project . My App has an internal database and contains 1,700 images . Could that be the problem? that has too many images to be internal.

The gradle I use is:

classpath 'com.android.tools.build:gradle:2.2.3'
    
asked by user3139428 06.06.2017 в 18:39
source

0 answers