You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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
The text was updated successfully, but these errors were encountered:
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.
Solution
The local build script should launch using
org.me.mobiexpensifyg.dev
instead oforg.me.mobiexpensifyg
FYI @staszekscp, this is a minor HybridApp build issue that can be worked on when your team has some availability
The text was updated successfully, but these errors were encountered: