I am working in Android Studio, and while importing these packages
import android.util.Log;
import com.mesibo.api.Mesibo;
the following error message occurs:
unused import statement import android.util.Log; import com.mesibo.api.Mesibo;
Any ideas on how to resolve this error message? Your help would be greatly appreciated!