why my splash screen don't show the images?

前端 未结 3 1438
-上瘾入骨i
-上瘾入骨i 2020-12-06 23:13

I\'ve created one splash screen with android studio 0.1, but when I test it on my phone(nexus s) in debugging mode with usb the image isn\'t show.. why?

this is the

3条回答
  •  情歌与酒
    2020-12-07 00:12

    Try to change

    Class c extends Activity to Class c extends AppCompatActivity.

    Works to me.

提交回复
热议问题