I am working on an app. In my app there is no error in code but when I try to run my project it gives following errors.
Error:(1, 1) A problem occurred e
you just need to change your project.gradle file. And sync your Gradle.
dependencies { classpath 'com.android.tools.build:gradle:2.2.2' }