Multiple markers at this line

作者:小橘猫 | 创建时间: 2023-08-10
Multiple markers at this line - The field ViewGroup.LayoutParams.FILL_PARENT is deprecated...
Multiple markers at this line

方法/步骤1

这个因为高版本不支持这个,所以把FILL_PARENT改成MATCH_PARENT就行了,也能支持低版本,

Multiple markers at this line - implements android.view.View.OnKeyListener.onKey - Field requires API level 11 (current min is 7): android.app.ActionBar.LayoutParams#MATCH_PARENT - Field requires API level 11 (current min is 7): android.app.ActionBar.LayoutParams#MATCH_PARENT

原来是我的android版本太低,去到项目,androidManifest.xml把版本改高点就行了。

点击展开全文

更多推荐