This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

nRF Beacon does not build on Android studio

I try to use Android studio to build nRF Beacon project,but it didn't work ,and there are several error . the error is

Error:(50, 35) No resource found that matches the given name (at 'layout_width' with value '@dimen/fab_size'). 14 errors is that android.support.v7.widget not fund .Why??

Last error is

Execution failed for task ':nRFBeacon:processDebugResources'. com.android.ide.common.process.ProcessException: org.gradle.process.internal.ExecException: Process 'command 'E:\Tool\android_sdk\build-tools\21.1.2\aapt.exe'' finished with non-zero exit value 1

Why it didn't work??but I use eclipse to build is work

Related