Search code examples
androidgradleaapt

error: failed linking file resources. without any message to error


I got this error

error: failed linking file resources.

But with no info about error also, gradle tasks was not found.


Solution

  • Solution is to use

    ./gradlew build --stacktrace

    with terminal this will build app and will show your error