1

Today all of a sudden I was unable to build my app for android on {N} 2.0.1

This is the error I get at the end of the process :

Execution failed for task ':processF0DebugResources'.
> com.android.ide.common.process.ProcessException: org.gradle.process.internal.ExecException: Process 'command '/usr/local/opt/android-sdk/build-tools/23.0.3/aapt'' finished with non-zero exit value 1

What is causing this?

1 Answer 1

5

Removing and than adding the platform solved my issue

tns platform remove android
tns platform add android
Sign up to request clarification or add additional context in comments.

1 Comment

This happens occasionally, I also noticed that when updating only some of the npm modules and try to rebuild I need to delete the platforms.

Your Answer

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

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.