Skip to content

Build Error: Failed to resolve: com.kkbox:openapideveloper:1.0.0 #3

@kebwlmbhee

Description

@kebwlmbhee

I follow the Test the library steps

  1. First, browse KKBOX Developer Website and create an developer account, and then create an app to get the client ID and client secret.

  2. Then, create a file ClientInfo.kt in the SDK/openapi_android_developer_sdk/OpenAPIDeveloperLibraryClient/src/main/java/com/kkbox/openapideveloperlibraryclient directory and put your client id and client secret in it.

  package com.kkbox.openapideveloperlibraryclient


  
  object ClientInfo {
      const val CLIENT_ID = "YOUR_CLIENT_ID"
      const val CLIENT_SECRET = "YOUR_CLIENT_SECRET"
  }

And Then follow the Build the library steps

cd SDK/openapi_android_developer_sdk
./gradlew assembleDebug

However, Android Studio complained about the following error: "Failed to resolve: com.kkbox:openapideveloper:1.0.0."

Does this library still work now?

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