2
Good evening, I had added some libs to my android application, but then I changed my mind and removed them but when I go to compile the code is giving the following error
Error:Execution failed for task :app:compileDebugJavaWithJavac. java.io.Filenotfoundexception: C: Users Felip Androidstudioprojects login app libs httpcore-4.4.4.jar (The system cannot find the specified file)
I’ve done the libs refresh I’ve done the clean and nothing keeps giving this mistake anyone knows what I can do ?
You should have this file "httpcore-4.4.4.jar" on the ".. /app/libs" foot to stop this error
– Armando Marques Sobrinho