-
Notifications
You must be signed in to change notification settings - Fork 38
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
How to run the library locally? #19
Comments
What is the issue when you try to do this? |
Here you are. This error is coming out after performing all operations described above and doing gradle sync:
The problem is obviously, that |
Yes, you'll need to add the |
What do you mean by adding Do you mean simply copy Anyway copying does not work, the error stays the same. |
No, I meant copying it to your buildSrc module (if you have one). |
Nope, I don't have |
In that case, I would suggest you create a buildSrc module or copy the contents of |
Did anyone manage to import the library folder as an external module successfully? I have the same issues as OP |
What exact issues did you have @NageekDC ? |
I just stumbled on this problem. If I want to change a thing or two in the library and can attach to my app project it directly using the file system like this:
Add to
settings.gradle
Add to
app/build.dependencies
With your library it does not work. Currently I am able to run it from maven version only.
Can you please describe how to a attach
Android Stepper
to an app project locally?The text was updated successfully, but these errors were encountered: