I'm trying to run a sample android code in Andriod Studio, but when I try:
import android.annotation.IntDef;
import android.annotation.NonNull;
keep getting an error related to this line like:
the import android.annotation cannot be resolved
Any suggestion will be appreciated