Unable to resolve imports from external dependencies in Android Studio 2.0 Preview 5 + Preview 6
After upgrading from the last Android Studio 2.0 preview to Preview 5 I'm having trouble with the imports from the android.support.wearable package. Both the main app and Wear app builds and run just fine, but the editor in Android Studio complains that it can't resolve the these imports import android.support.wearable.activity.WearableActivity; import android.support.wearable.view.CircledImageView; import android.support.wearable.view.WearableListView; In the Wear module's build.gradle I have the following dependencies: dependencies { compile fileTree(dir: 'libs', include: ['*.jar']) compile