Hey guys,
-
I’ve finishied my app and just need to deploy it as .apk file
-
I run the commands:
- ionic build --prod
- ionic capacitor run android --livereload --external
- npx cap copy
- npx cap update
- npx cap open android
-
Otherwise, when i generate the apk and run it on device, it shows me: “Use app server 192.168.1.116:8101”. The ip is my computer ip, that i used to test the app.
-
How can i bypass this and generate the correct .apk file?
Thank you!
1 post - 1 participant