在Android Studio中无法解析符号'MainThread',Nullable'和'WorkerThread'

时间:2018-11-23 04:26:09

标签: android android-studio

我在 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'}

build.gralde(app)中的

,但这不起作用。谁可以帮助我解决这个问题?

0 个答案:

没有答案