I created 9 patch images using the Android Studio function "create a file with 9 patches."
Now Android studio reports that there is a “duplicate” resorption error, since I have image.png and image.9.png.
If image.png is deleted (after cleaning and re-executing the project), I get this error:
Error:java.util.concurrent.ExecutionException: com.android.ide.common.process.ProcessException:
Error:Execution failed for task ':app:mergeDebugResources'.
> Error: java.util.concurrent.ExecutionException: com.android.ide.common.process.ProcessException:
Do you know how to solve this problem?
source
share