I have been following a YouTube tutorial on 2D Game development and when I pressed the run button to check, it shows:
Error runing "app": Default Activity not found
Also it shows an error on AndroidMainfest.xml if I use landscape instead of fullsensor:
<activity android:name=".GameActivity"
android:screenOrientation="landscape"
android:theme="@style/AppTheme.noActionBar"></activity>
<activity
android:name=".MainActivity"
android:screenOrientation="landscape"
android:theme="@style/AppTheme.noActionBar"></activity>