Could not identify launch Activity: Default Activity not found

前端 未结 9 931
一生所求
一生所求 2020-12-05 23:56

I\'m new to android and I have encounterded a problem. The console said that \"Could not identify launch activity: Default Activity not found\". I have add

         


        
9条回答
  •  天命终不由人
    2020-12-06 00:39

    i had these issues with my project:

    • Default activity not found

    • xml intellisense was not working

    • kotlin standard functions were not detecting

    All my above issues were resolved by Deleting System cache of Android Studio 3.3 at the home path, and it's working nicely for me,, Steps:

    1. exit Android Studio

    2. Go to path > C:\Users\YOUR_WINDOW_USER_NAME.AndroidStudio3.3\system

    3. Then you have a \caches folder, delete this caches folder

    4. Now open Android Studio and load your project

    Worked for me.. i wasted couple of hours resolving this issue and finally it got resolved in this way.

提交回复
热议问题