Can't add LocalBroadcastManager to project in Android Studio
问题 I think I've tried everything now... I've been all over stack overflow, I've even consulted the android doc Most of the posts here show how to add the .jar file in Eclipse "android tools -> add support library" or something So I've tried to do it how the doc tells me, by going to build.gradle, and adding compile 'com.android.support:support-v4:19.0.0' to the dependencies but even if I add it, and rebuild the project, I still can't import android.support.v4.content.LocalBroadcastManager ... it