作为初学者使用蓝牙开发者入门套件https://blog.bluetooth.com/bluetooth-developer-starter-kit-v3-2
我被卡在第34页的蓝牙开发者入门套件 - 动手实验室(Android)V3.2.pdf" - " 使用Android Studio自动完成工具(选择错误项目并按Alt + Enter)生成此接口定义的三种方法的存根实现。"我不知道这意味着什么或做了什么,然后我按照建议将完整的Bdsk文件下载到Android studio 2.3中并试图制作项目但得到了警告:
Information:Gradle tasks [:app:generateDebugSources, :app:generateDebugAndroidTestSources, :app:mockableAndroidJar, :app:prepareDebugUnitTestDependencies, :app:compileDebugSources, :app:compileDebugAndroidTestSources, :app:compileDebugUnitTestSources]
C:\Users\james\Documents\AndriodProjects\JimsAndroids\Bdsk\app\src\main\res\layout\content_main.xml
Error:(2) No resource identifier found for attribute 'layout_behavior' in package 'com.bluetooth.bdsk'
Error:(11, 26) No resource found that matches the given name (at 'layout_behavior' with value '@string/appbar_scrolling_view_behavior').
C:\Users\james\Documents\AndriodProjects\JimsAndroids\Bdsk\app\build\intermediates\res\merged\debug\layout\content_main.xml
Error:(2) No resource identifier found for attribute 'layout_behavior' in package 'com.bluetooth.bdsk'
Error:(11, 26) No resource found that matches the given name (at 'layout_behavior' with value '@string/appbar_scrolling_view_behavior').
Error:Execution failed for task ':app:processDebugResources'.
> com.android.ide.common.process.ProcessException: Failed to execute aapt
Information:BUILD FAILED
Information:Total time: 0.744 secs
Information:5 errors
Information:0 warnings
Information:See complete output in console