Android Studio menu in the app Run button has a fork number, reason and solution (go to Baidu yourself)

Source: Internet
Author: User

http://blog.csdn.net/sz0268/article/details/51706397

In Android Studio writing code, it is not generally possible to create a project directly, write code, and then run it, but once you change the main activity, Instead of manually changing the activity configuration in Androidmanifest.xml, this can happen, reminding us that there is no main activity. Manually add the child nodes of the main activity <intent-filter>, <action>, and <category>.

Error View:

Add code:

  1. <activity android:name=". Dictresolvertest ">
  2. <intent-filter>
  3. <action android:name="Android.intent.action.MAIN" />
  4. <category android:name="Android.intent.category.LAUNCHER" />
  5. </intent-filter>
  6. </Activity>

You can then see that the menu bar appears as normal:

Android Studio menu in the app Run button has a fork number, reason and solution (go to Baidu yourself)

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.