Error Configuration 'compile' is obsolete and has been replaced with 'implementation' and api
问题 Recently I Have updated android studio with build tools and apis. While syncing current project i am getting error like: "Error Configuration 'compile' is obsolete and has been replaced with 'implementation and 'api'. how to fix this error. 回答1: I found a Complete solution for this issue. here is a simple explanation for changes in you build.gradle file. You have to replace compile with api where ever you are using any api ref. like: volley, GitHub dependancy. strong text You have to replace