Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Class referenced in the layout file, github.com.st235.lib_expandablebottombar.ExpandableBottomBar, was not found in the project or the libraries #90

Closed
shahzad1 opened this issue Aug 26, 2022 · 6 comments
Labels
help wanted Extra attention is needed

Comments

@shahzad1
Copy link

Am I doing wrong here?
Gradle
implementation 'com.github.st235:expandablebottombar:1.5.1'
xml
<github.com.st235.lib_expandablebottombar.ExpandableBottomBar android:id="@+id/expandable_bottom_bar" android:layout_width="0dp" android:layout_height="wrap_content" android:layout_margin="20dp" app:exb_backgroundCornerRadius="25dp" app:exb_backgroundColor="#2e2e2e" app:exb_itemInactiveColor="#fff" app:layout_constraintBottom_toBottomOf="parent" app:layout_constraintEnd_toEndOf="parent" app:layout_constraintStart_toStartOf="parent" />

@st235
Copy link
Owner

st235 commented Aug 26, 2022

Hello @shahzad1 👋

Thank you for using the library and reaching out!
Actually, the code looks fine.

Remember to add mavenCentral to your gradle file

allprojects {
    repositories {
        // your repositories

        mavenCentral()
    }
}

You can use this file as a reference.

Please, do let me know, if the issue resolved for you otherwise I need more input, like, stack trace, exception, or description of what is going wrong.

@st235 st235 added the help wanted Extra attention is needed label Aug 26, 2022
@shahzad1
Copy link
Author

mavenCentral()
Already added

@st235
Copy link
Owner

st235 commented Aug 27, 2022

Can you, please, share a link to the project for me to check? If you can't share the exact project here at Github can you, please, prepare a demo project to reproduce the issue?

@shahzad1
Copy link
Author

Its just a Webview App.

@st235
Copy link
Owner

st235 commented Aug 31, 2022

@shahzad1,

Unfortunately, I can't verify the issue without seeing the code/project. For me the build works just fine.

Does the issue still persist?

@st235
Copy link
Owner

st235 commented Sep 10, 2022

@shahzad1,

As I can't reproduce the issue and have not heard from you I've decided to close the issue. Hopefully, the issue is resolved for you.
However, If you need any further help or assistance - just create a new issue and explain the problem there.

Thank you for using the library and happy coding!

@st235 st235 closed this as completed Sep 10, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants