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
Try to change
Class c extends Activity to Class c extends AppCompatActivity.
Class c extends Activity
Class c extends AppCompatActivity
Works to me.