Android Studio – Error:Program type already present

Add this to your module build.gradle file

  configurations.all {exclude group: 'com.android.support', module: 'support-v13'}

Leave a Comment