0

Task :app:makeProjectDebug FAILED

FAILURE: Build failed with an exception.

What went wrong:

Execution failed for task ':app:makeProjectDebug'.

A problem occurred starting process 'command 'make''

1 Answer 1

0

Use gradle commands such as gradlew build --stacktrace or --debug to find out the root cause . This will give you the exact exception if any dependencies or resource file is causing the issue

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.