build.gradle
configurations.all {
resolutionStrategy {
force 'com.android.support:support-annotations:23.1.1'
}}
Async Task
import android.annotation.MainThread;
import android.annotation.Nullable;
import android.annotation.WorkerThread;
Any idea why the above imports cannot be resolved?