I want to use this library in my project. I download the code and place it on my libs folder. Then I set on app.gradle:
dependencies {
compile project('libs/android-support-v4-preferencefragment')
}
as I read in a previous question here but it's not working, android studio tells me it cant find the project
The support-v4-preferencefragment project support local maven repository in this commit. So, you can deploy it into local maven repository and then reference it in your android studio application project.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With