第七色在线视频,2021少妇久久久久久久久久,亚洲欧洲精品成人久久av18,亚洲国产精品特色大片观看完整版,孙宇晨将参加特朗普的晚宴

為了賬號(hào)安全,請(qǐng)及時(shí)綁定郵箱和手機(jī)立即綁定
已解決430363個(gè)問(wèn)題,去搜搜看,總會(huì)有你想問(wèn)的

如何修復(fù) 'com.example.app15.MainActivity.onCreate' 錯(cuò)誤

如何修復(fù) 'com.example.app15.MainActivity.onCreate' 錯(cuò)誤

慕神8447489 2023-05-24 16:19:11
單擊圖像時(shí),我試圖創(chuàng)建一個(gè)活動(dòng)鏈接。我無(wú)法運(yùn)行該應(yīng)用程序。它顯示“應(yīng)用程序不斷關(guān)閉”。網(wǎng)上查了一下,認(rèn)為是空指針異常。即使是我也找不到解決方案。public class MainActivity extends AppCompatActivity {    private Button button1;    protected void onCreate(Bundle savedInstanceState) {        super.onCreate(savedInstanceState);        setContentView(R.layout.activity1);        button1=findViewById(R.id.letsgo);        button1.setOnClickListener(new View.OnClickListener() {            @Override            public void onClick(View view) {                openActivity1();            }        });    }    public void openActivity1(){        Intent intent=new Intent(this,MainActivity2.class);        startActivity(intent);    }}日志at android.os.Handler.dispatchMessage(Handler.java:107)        at android.os.Looper.loop(Looper.java:214)        at android.app.ActivityThread.main(ActivityThread.java:7356)        at java.lang.reflect.Method.invoke(Native Method)        at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:492)        at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:930)     Caused by: java.lang.ClassCastException: androidx.appcompat.widget.AppCompatImageButton cannot be cast to android.widget.Button        at com.example.app3.MainActivity.onCreate(MainActivity.java:21)        at android.app.Activity.performCreate(Activity.java:7802)        at android.app.Activity.performCreate(Activity.java:7791)
查看完整描述

2 回答

?
白板的微信

TA貢獻(xiàn)1883條經(jīng)驗(yàn) 獲得超3個(gè)贊

改為private Button button1_private ImageButton button1



查看完整回答
反對(duì) 回復(fù) 2023-05-24
?
嗶嗶one

TA貢獻(xiàn)1854條經(jīng)驗(yàn) 獲得超8個(gè)贊

您導(dǎo)入了錯(cuò)誤的類。如果要使用Button,則導(dǎo)入Button,如果要使用ImageButton,則導(dǎo)入ImageButton。嘗試檢查導(dǎo)入的類是否正確



查看完整回答
反對(duì) 回復(fù) 2023-05-24
  • 2 回答
  • 0 關(guān)注
  • 166 瀏覽
慕課專欄
更多

添加回答

舉報(bào)

0/150
提交
取消
微信客服

購(gòu)課補(bǔ)貼
聯(lián)系客服咨詢優(yōu)惠詳情

幫助反饋 APP下載

慕課網(wǎng)APP
您的移動(dòng)學(xué)習(xí)伙伴

公眾號(hào)

掃描二維碼
關(guān)注慕課網(wǎng)微信公眾號(hào)