Can't run Bagisto mobile in Android emulator
-
Hi
I cloned the bagisto mobile and run the initialization commands.
I configured server_configuration.dart
const String baseUrl = "http://localhost/bagisto/public/graphql";
const String defaultChannelName = "com.webkul.bagisto_mobikul/channel";
I tryed run and fail
I replaced in build.gradle
android {
namespace "com.example.bagisto_app_demo"with
android {
namespace "webkul.bagisto_app_demo"for some reason was wrong.
after this it run but always return
"Failed to Invoke: No deep link found."
-
Hello @eddoperes
For this you can go through this video in which we have shown how to run your mobile app in android.
YouTube Video Link - https://youtu.be/tvm2NUZP9ks?si=eSaqSdJk7cc2yun9
Thanks & Regards
-
-
This post is deleted!