项目添加了gson okhttp等依赖jar包,一运行编译就不通过,也没说是啥错误,就是几个问号那个符号,import com.google.gson.Gson^这样的错误
你的jar包没有在build.gradle(:app)中添加吧像这样
implementation files('libs/sun.misc.BASE64Decoder.jar')