i build a project with targetSdkVersion="22" but the error is come
error: attribute 'android:roundIcon' not found.
i tried with deleting android:roundIcon="@mipmap/ic_launcher_round"
at AndroidManifest.xml
but it reappears if i try to build again.
then i tried to delete ic_launcher_round at mipmap directory but the error is still same and the code is still reappears.