我在 AsyncTask.java 中遇到问题 当图书馆失灵时
import android.support.annotation.MainThread;
import android.support.annotation.Nullable;
import android.support.annotation.WorkerThread;
我收到以下错误:Can't resolve symbol
我尝试添加命令
dependencies {
...
implementation 'com.android.support:support-annotations:28.0.0'}
,但这不起作用。谁可以帮助我解决这个问题?