Skip to content Skip to sidebar Skip to footer

Bdsk Sample Make Error

I got some errors while trying to Make sample Bdsk file. As a novice to Android Studio I would appreciate very much to let me know how to fix these errors. I use the sample source

Solution 1:

No resource identifier found for attribute

Those errors are not with Bdsk. You are not compiling the Android Support Design Library.

Check your Gradle file for a dependency android.support.design. If there isn't a line with that, there's the problem

No resource identifier found for attribute 'layout_behavior' in package

You'll want to update the version number accordingly

Post a Comment for "Bdsk Sample Make Error"