I'm using latest Android Studio version (2.3.1) and I imported a library to my android studio project.
But when I want to import classes :
import com.mehdikarimi.PauseResumeAudioRecorder;
returned error :
Cannot Resolve Symbol Module1
Is any suggestion to resolve this error?