This is not really a huge issue, as my project still builds and runs correctly (using gradle), but I\'m having trouble getting Android Studio to recognize the application co
Adding compile 'com.android.support:appcompat-v7:21.0.0' to dependencies in gradle.build (Module: app) and rebuilding the project fixed the problem for me in Android studio 1.0.2.
I also checked in SDK Manager and I did have the support libraries downloaded.