As the error says, you have two activities with the same name.
Remove one of them:
<activity android:name=".confirmActivity" />
<activity
android:name=".confirmActivity"
android:label="@string/title_activity_confrim"
android:theme="@style/AppTheme.NoActionBar"></activity>