Problem with debug or release apk file #5035
Unanswered
CrimsonSunrise
asked this question in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello guys, hope you're doing well.
I'm facing a problem while trying to build my app.
It works fine when running "ionic serve" or "ionic capacitor run android". Shows splashscreen and then get to my login page.
But if I try to build it with the command "ionic capacitor build android", as usual it opens with Android Studio and after try to run with my phone or build it and installing on my phone, it gets a blank page after the splashcreen.
Thought it was a problem with the splashscreen duration but I noticed something. When I run "ionic capacitor run android" and then run the app with Android Studio it works.
So it appears that only works if I have "ionic capacitor run android" running on a console.
Beta Was this translation helpful? Give feedback.
All reactions