ヨ!
機能するボタンを作成しています。YouTubeビデオからヘルプとヒントを得ましたが、マニフェストにエラーが発生し、それを確認できません.. Androidマニフェストのコードの終わりを次に示します
</activity>
<activity android:name="com.tssandroid.phone.buttonOne"
android:label="@string/app_name">
<intent-filter>
<action android:name="com.tssandroid.phone.TUTORIALONE" />
<cetegory android:name="android.intent.category.DEFAULT" />
<intent-filter>
</activity>
</application>