Claus Holst
Claus Holst
When trying to run on 0.5.1-preview I get the following exception: ``` com.example.androidthings.bluetooth.audio E/AndroidRuntime: FATAL EXCEPTION: main Process: com.example.androidthings.bluetooth.audio, PID: 1948 java.lang.RuntimeException: Unable to start activity ComponentInfo{com.example.androidthings.bluetooth.audio/com.example.androidthings.bluetooth.audio.A2dpSinkActivity}: java.lang.SecurityException: Caller lacks...
When trying to build my project with the dependency: > com.google.android.libraries.tv:companionlibrary:0.2 I get the following error: > Error:com.android.builder.merge.DuplicateRelativeFileException: More than one file was found with OS independent path 'third_party/java_src/error_prone/project/annotations/Annotations.gwt.xml' I...
Readme says FIDO can only run on API 26 an above, but the sample is setting minSdkVersion to 15.