Android apps can run in expo start but not in android studio after expo publish + build signed apk

It is work inside expo start. However it is not ok in android studio after eject->publish and generated signed apk in android studio. Both approaches are ran in android emulator.

I am using expo40 and I think it is something related to app.json
“android”: {
“icon”: “./assets/app_icon/1024x1024.png”,
“package”: “me.me.walkingapp”,
“publishBundlePath”: “android/app/src/main/assets/shell-app.bundle”,
“publishManifestPath”: “android/app/src/main/assets/shell-app-manifest.json”,
“versionCode”: 1
},