i am making an application. first this was working fine. then after certain changes i have restarted android studio. But Now i am getting error That default activity is not found. here is my manifest code:
<activity
android:name=".activities.SplashActivity"
android:screenOrientation="portrait"
android:theme="@style/SplashTheme">
<intent-filter>
<action android:name="android.intent.action.MAIN" />-->
<category android:name="android.intent.category.LAUNCHER" />
</intent-filter>
</activity>
i don't know where i am doing mistake Snapshot