Skip to content

Cannot resolve import io.rebble.pebblekit2.client.* in Java application code #8

@jstevensog

Description

@jstevensog

Ok, the newbite troublemaker is back with a new issue. Gradle sync has succesfully downloaded implementation("com.github.pebble-dev.PebbleKitAndroid2:client-java:4acc0485a1") as per the final of issue #7 .

Now with the following imports in a module, I am getting messages that the references caannot be resolved. Note, I have left the original PebbleKit lines commented out for reference only.
//import com.getpebble.android.kit.PebbleKit;
//import com.getpebble.android.kit.util.PebbleDictionary;
//import com.getpebble.android.kit.util.PebbleTuple;
import io.rebble.pebblekit2.client.java.BaseJavaPebbleListenerService;
import io.rebble.pebblekit2.common.model.PebbleDictionaryItem;
import io.rebble.pebblekit2.common.model.ReceiveResult;
Should these lines, taken from the sample Java app be replaced with com.github.pebble-dev.PebbleKitAndroied2 or something else?
I have tried com.github.pebble-dev.PebbleKitAndroid2.client byt the references highlight the pebble before -dev as being in error.

Any help appreciated.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions