Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
嗨有一个奇怪的问题正在工作并且记录正常然后突然我所有的日志都有这个错误
未为 String 类型定义方法 v(String, String)
我已经进口import android.util.Log;了,它整天都在正常工作,只是突然决定我所有的日志都不应该工作,有人知道为什么吗?
import android.util.Log;
这个问题发生了,但如果其他小部件工作正常,这与 android 无关。
1. clean your project 2. close eclipse and re-open
.
这些可能会对您有所帮助。