gpt4 book ai didi

android - findViewByID 突然返回 null

转载 作者:行者123 更新时间:2023-11-29 18:15:37 26 4
gpt4 key购买 nike

在我在这里发布我的问题之前,我已经做了一些研究,但都没有帮助。奇怪的是它昨晚起作用了,我相信什么都没有改变。但是,我现在无法让它工作,因为 findViewByID 无缘无故返回 null

    public class ShowInMap extends MapActivity{
public void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
setContentView(R.layout.mapview);

MapView mapView = (MapView) this.findViewById(R.id.mapview);
if(mapView == null)
{
Log.i("test", "test");
}
}
}

这是我的 map View xml

<?xml version="1.0" encoding="utf-8"?>
<com.google.android.maps.MapView
xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/mapview"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:clickable="true"
android:apiKey="Map Key"
/>

我在想也许我的调试 key 已经过期,但如果是这样的话,我应该从 Eclipse 中得到一些错误,说我的 key 已过期或其他什么?我不应该吗?这有点令人沮丧,任何评论将不胜感激。谢谢

最佳答案

尝试清理构建。这种事时不时发生在我身上。通常,如果我只是清理构建然后进行完整的重建,一切似乎都能正常进行。

关于android - findViewByID 突然返回 null,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/8279609/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com