I exported my project from Eclipse and imported to Android Studio using the instructions in this link: http://developer.android.com/sdk/installing/migrate.html
When
The simplest solution is to add
packagingOptions { pickFirst 'META-INF/*' }
to your build.gradle in android section