How To Compile A Specific Github Pr Into My Android Studio Project - Grade Error: Failed To Resolve
I am pretty new to Android Studio, please bear with me. I am trying to add this specific pull request into my project because I need the animation duration too and the original own
Solution 1:
just pull it through git bash
git checkout particularFork
git pull origin particularfork
git branch new_branch_where_i_use_library
Solution 2:
If you are not having any Github account, please create one account, now fork the project https://github.com/81813780/AVLoadingIndicatorView ,then pull down the project and open it up in Android Studio and make the changes in the code then push back the project and finally create a release then make use of How to compile forked library in Gradle?.
Hope it may help you.
Post a Comment for "How To Compile A Specific Github Pr Into My Android Studio Project - Grade Error: Failed To Resolve"