I get the following error:
FATAL ERROR : main have you declared this activity in your AndroidManifest.xml?
I don\'t know how t
As per your error, you should be declared activity speak1 in manifest file. Then clean and build your project.
Be sure speat1 extends Activity also.