Do not copy the appcompat library as a module in Android Studio.
Just add this dependency to the app / build.gradle file:
dependencies { compile "com.android.support:appcompat-v7:21.0.3" }
If the structure of your project:
root app build.gradle <-- here build.gradle
source share