Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AndroidManifest.xml intent-filter error #2400

Closed
billnbell3 opened this issue May 27, 2024 · 3 comments
Closed

AndroidManifest.xml intent-filter error #2400

billnbell3 opened this issue May 27, 2024 · 3 comments

Comments

@billnbell3
Copy link

If I don't put

      <intent-filter>
         <action android:name="android.intent.action.MAIN" />
         <category android:name="android.intent.category.LAUNCHER" />
      </intent-filter>

First in the list in AndroidManifest.xml it does not pickup the MainActivity.

If the list is not 1st, I get a mapping exception and have to use --main-activity .MainActivity"

@szymonrybczak
Copy link
Collaborator

szymonrybczak commented Jun 24, 2024

hey @billnbell3, can you please send whole example AndroidManifest.xml that is failing for you? 🙏 That'd help me fix your issue :)

@szymonrybczak
Copy link
Collaborator

hey @billnbell3, I've submitted #2432, could you please take a look if it solves your issue? 🙏

@szymonrybczak
Copy link
Collaborator

Let's close this issue as I'm pretty sure that #2432 fixes this problem :) Please let me know if there's any other case that is still failing.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants