We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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"
--main-activity .MainActivity"
The text was updated successfully, but these errors were encountered:
hey @billnbell3, can you please send whole example AndroidManifest.xml that is failing for you? 🙏 That'd help me fix your issue :)
AndroidManifest.xml
Sorry, something went wrong.
hey @billnbell3, I've submitted #2432, could you please take a look if it solves your issue? 🙏
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.
No branches or pull requests
If I don't put
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"
The text was updated successfully, but these errors were encountered: