Skip to content
This repository was archived by the owner on Apr 19, 2026. It is now read-only.
This repository was archived by the owner on Apr 19, 2026. It is now read-only.

Cannot resolve symbol LogicState #9

@azharsaepudin

Description

@azharsaepudin

How to resolve? I use android studio 3.6.1

library :

implementation 'com.google.android.things.contrib:driver-button:1.0'
compileOnly 'com.google.android.things:androidthings:1.0'

try {
// Step 3. Initialize button driver with selected GPIO pin
buttonInputDriver = new ButtonInputDriver(
BUTTON_PIN_NAME,
Button.LogicState.PRESSED_WHEN_LOW,
KeyEvent.KEYCODE_SPACE);
} catch (IOException e) {
Log.e(TAG, "Error configuring GPIO pin", e);
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions