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

RuntimeException when running app by installing debug APK 😱 #30

Open
1 task
luisburgos opened this issue Aug 23, 2019 · 4 comments
Open
1 task

RuntimeException when running app by installing debug APK 😱 #30

luisburgos opened this issue Aug 23, 2019 · 4 comments
Assignees
Labels
bug 🐞 Something isn't working

Comments

@luisburgos
Copy link
Member

luisburgos commented Aug 23, 2019

When launching app by using a debug APK mx.yellowme.youst.dashboard.DashboardActivity could not be found inside the base.apk

  • Maybe Dashboard should be inside app module.

Steps to reproduce

  1. Generate debug APK.
  2. Install it on any device.
  3. Wait for the splash screen to finish executing main animation.

Expected behavior

App should open Dashboard feature module properly.

Actual behavior

App is crashing and throwing a RuntimeException.

Screenshots

N/A

Additional context

This error might be happening due the feature modules recently setup.

@luisburgos luisburgos added the bug 🐞 Something isn't working label Aug 23, 2019
@luisburgos
Copy link
Member Author

@kevingamboa17
Copy link
Member

Should we close this ticket?

This "bug" is not a bug, is just part of the nature of Dynamic modules, we can't create normal apk's as we used to.

We need to upload the generated bundle to the Play Console or Share the app with an URL, because all the modules will generate their APK, and the only way to share it is with Console itself.

image

@luisburgos
Copy link
Member Author

You are totally right! Maybe we should add the proper Github Actions in order to build the app and deploy it to the play store? What do u think?

@kevingamboa17 kevingamboa17 self-assigned this May 6, 2020
@kevingamboa17
Copy link
Member

Yes! that's what i'm working on 🙌

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug 🐞 Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants