0
I’m having problems with libraries and I’m trying to follow this tip below but it’s not working:
I changed the APP file as attached link but the dependencies continue.
What to do?
0
I’m having problems with libraries and I’m trying to follow this tip below but it’s not working:
I changed the APP file as attached link but the dependencies continue.
What to do?
Browser other questions tagged android android-studio
You are not signed in. Login or sign up in order to post.
You’re on notice that you haven’t synced Gradle yet. I’ll tell you what, change
compile
forimplementation
in your Gradle file, to the apache libraries, which you inserted and click on Sync Now, located at the top of the blue window. See if an error occurs during the build and enter the error in your question! Otherwise, make sure the Imports appear to you in the code.– Rodrigo Paixão
kkk, Warning error: I put the function (method) out of the class. That’s it! Thank you!
– Carlos Rocha