Error from androidmanifest.xml :
Execution failed for task ':app:processDebugManifest' Manifest merger failed : uses-sdk:minSdkVersion 1 cannot be smaller than version 7 declared in library [com.android.support:appcompat-v7:23.2.0] C:\Users\bsuni\AndroidStudioProjects\Rec\app\build\intermediates\exploded-aar\com.android.support\appcompat-v7\23.2.0\AndroidManifest.xml Suggestion: use tools:overrideLibrary="android.support.v7.appcompat" to force usage
I have regenerate this error :
You have selected minSdkVersion to 1 while you created project.
as well as you are using :
due to this error occurs.
suggestion by android-studio :
solution : change in gradle
}
NOTE :Add this to your build.gradle and make sure you are using the same versions as '26.0.2'.