【发布时间】:2021-07-01 17:47:34
【问题描述】:
以下函数都不能使用提供的参数调用:
public open fun makeText(context: Context!, text: CharSequence!, duration: Int):
Toast! defined in android.widget.Toast
public open fun makeText(context: Context!, resId: Int, duration: Int): Toast! defined in android.widget.Toast
【问题讨论】:
标签: android android-toast