Exception : AAPT2 error: check logs for details

前端 未结 23 1817
走了就别回头了
走了就别回头了 2020-11-27 14:00
Task :processDebugResources Failed to execute aapt com.android.ide.common.process.ProcessException: Failed to execute aapt
    at com.android.builder.core.AndroidBui         


        
23条回答
  •  旧巷少年郎
    2020-11-27 14:58

    If you are getting this error only when you are generating signed Apk . Then the problem might be in one or more of the imported media file format. I have used an image directly from net to studio and was not able to generate sign apk, then found the error .

    from Gradle >assembleRelease then got the error in console. see the error log in console image.

提交回复
热议问题