Capacitor V2: SplashScreen when live reload external #4939
Unanswered
minhnguyen11011991
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have tried to use the command
ionic capacitor run android --livereload --external
with the Android Studio to checking my code in the device. The config generated in thecapacitor.config.json
like thisAfter the application loaded in the Device, the Splash Screen will be shown and it never direct to my app.component. The application will run if I removed the
server
in thecapacitor.config.json
. If I remove it, how can I debug my code?Beta Was this translation helpful? Give feedback.
All reactions