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

Android HybridApp shows error after successful build #54880

Closed
Julesssss opened this issue Jan 7, 2025 · 2 comments
Closed

Android HybridApp shows error after successful build #54880

Julesssss opened this issue Jan 7, 2025 · 2 comments
Assignees
Labels
Engineering Internal Requires API changes or must be handled by Expensify staff Weekly KSv2

Comments

@Julesssss
Copy link
Contributor

Julesssss commented Jan 7, 2025

Problem

When creating local Android HybridApp builds with npm run android it fails to launch and errors are displayed because the package name for dev builds differ from production.

The app works fine and can be launched with the app icon, but this can confuse and slow down engineers setup process.

adb -s 44201FDJH001S3 shell am start -n org.me.mobiexpensifyg/org.me.mobiexpensifyg.ExpensifyActivityBase -a android.intent.action.MAIN -c android.intent.category.LAUNCHER

Screenshot 2025-01-07 at 12 54 36

Solution

The local build script should launch using org.me.mobiexpensifyg.dev instead of org.me.mobiexpensifyg

FYI @staszekscp, this is a minor HybridApp build issue that can be worked on when your team has some availability

@Julesssss Julesssss added Engineering Weekly KSv2 Internal Requires API changes or must be handled by Expensify staff labels Jan 7, 2025
@Julesssss Julesssss self-assigned this Jan 7, 2025
@melvin-bot melvin-bot bot added the Overdue label Jan 16, 2025
@Julesssss
Copy link
Contributor Author

TODO soon.

@melvin-bot melvin-bot bot removed the Overdue label Jan 17, 2025
@mateuuszzzzz
Copy link
Contributor

I think we can close this issue since it was addressed here #55061

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Engineering Internal Requires API changes or must be handled by Expensify staff Weekly KSv2
Projects
None yet
Development

No branches or pull requests

2 participants