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

fix(cli): remove package related checks on doctor command #6773

Merged
merged 1 commit into from Jul 28, 2023

Conversation

jcesarmobile
Copy link
Member

Removed the package id checks since they no longer make sense, apps no longer have the package in the AndroidManifest.xml, the package doesn't have to match the applicationId and the MainActivity.java doesn't need to be on the same folder structure that matches the package.

Also since I refactored the MainActivity existence check, I added a .kt check too so doctor doesn't fail if users are using kotlin instead of java.

closes #6713
closes #3749

@dallastjames dallastjames added the type: bug A confirmed bug report label Jul 28, 2023
@jcesarmobile jcesarmobile merged commit 4499b6b into main Jul 28, 2023
7 checks passed
@jcesarmobile jcesarmobile deleted the change-doctor branch July 28, 2023 15:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: bug A confirmed bug report
Projects
None yet
4 participants