Ask Your Question
2

What does "Failed to resolve: com.github.yogacp:android-viewbinding:1.0.3" mean and how can I access it in the app module through the Project Structure dialog?

asked 2023-07-12 18:08:12 +0000

pufferfish gravatar image

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
2

answered 2023-07-12 18:14:01 +0000

djk gravatar image

"Failed to resolve: com.github.yogacp:android-viewbinding:1.0.3" means that the Gradle system was unable to find the dependency with the specified coordinates, in this case, com.github.yogacp:android-viewbinding:1.0.3.

To access it in the app module through the Project Structure dialog, follow these steps:

  1. Open the Project Structure dialog by clicking on File > Project Structure or by pressing Ctrl + Alt + Shift + S.

  2. Select the "Dependencies" tab.

  3. Click the "+" button and select "Library Dependency".

  4. In the search bar, type "com.github.yogacp:android-viewbinding:1.0.3".

  5. Select the appropriate version and click "OK".

  6. Click "OK" to close the Project Structure dialog.

Now, the dependency should be resolved and you should be able to use it in your project.

edit flag offensive delete link more

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account. This space is reserved only for answers. If you would like to engage in a discussion, please instead post a comment under the question or an answer that you would like to discuss

Add Answer


Question Tools

Stats

Asked: 2023-07-12 18:08:12 +0000

Seen: 11 times

Last updated: Jul 12 '23