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

后端 未结 7 2240
闹比i
闹比i 2020-12-31 11:12

This is the output of my gradle console please help me out to solve this error, I am unable to build my project

Information:Gradle tasks [:facebook:generate         


        
7条回答
  •  误落风尘
    2020-12-31 11:46

    I created a 9-Patch file according to https://developer.android.com/studio/write/draw9patch.html, as a result of that, I faced the same error.

    I had drew just the parts I wanted to stretch, but not the entire line.

    To fix it I drew the entire right and bottom lines of the 9-patch, and the parts I wanted to stretch I did it on the left and top lines.

提交回复
热议问题