I was trying to run a sample code While launching the application in the android 1.5 emulator , I got these errors.... Any one have some hint..?
ERROR from LogCat:<
I have tried all above solution but nothing work for me. after I have just add extend activity instead of AppCompatActivity and working fine.
extend
AppCompatActivity
used
public class MainActivity extends Activity
instead of
public class MainActivity extends AppCompatActivity
i dont know what real issue was that.