I have Just Upgraded My Android Studio and when i am running my old project it gives me error when launching the theme to device
16:45:30 Session 'theme': Error Launching activity
Could not identify launch activity: Default Activity not found
Error while Launching activity
here is my manifest
<?xml version="1.0" encoding="utf-8" standalone="no"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"package="com.nitinvaid.theme.neoncolorsl" platformBuildVersionCode="23" platformBuildVersionName="6.0-2438415">
<meta-data android:name="org.cyanogenmod.theme.name" android:value="@string/theme_name"/>
<meta-data android:name="org.cyanogenmod.theme.author" android:value="@string/theme_author"/>
<application android:hasCode="false" android:icon="@drawable/ic_launcher" android:label="@string/theme_name">
</application>
</manifest>