java - how to manipulate android libraries? -


i have library got github , wanna make changes in of methods , layouts.how can it? should workplace androidstudio , use gradle adding library project. there way manipulate gradle libraries?!

there 2 solutions these:-

  • u can download .zip of library modify , import module in android studio project

  • clone repository ,modify , upload mavencentral u can use dependency in studio or download .zip after modifying , import android studio project


Comments

Popular posts from this blog

authentication - Mongodb revoke acccess to connect test database -

r - Update two sets of radiobuttons reactively - shiny -

ios - Realm over CoreData should I use NSFetchedResultController or a Dictionary? -