我正在将像“ import android.view.View;
”这样的Android中的View类导入我的项目中。
但是View类本身有一些错误。
无法解析符号“ CallSuper”
无法解析符号'ColorInt'
在View.java中:-
import android.annotation.CallSuper;
import android.annotation.ColorInt;
import android.annotation.DrawableRes;
import android.annotation.FloatRange;
import android.annotation.IdRes;
import android.annotation.IntDef;
import android.annotation.IntRange;
import android.annotation.LayoutRes;
import android.annotation.NonNull;