Open deshmukhrajvardhan opened 1 year ago
i'm also facing same issue did you found any solution? @deshmukhrajvardhan
did you try running yarn run build
or yarn lerna run build
. The github action will always have the most up-to-date and reliable documentation on how to build:
https://github.com/hyperledger/aries-mobile-agent-react-native/blob/main/.github/workflows/main.yaml
did you try running
yarn run build
oryarn lerna run build
. The github action will always have the most up-to-date and reliable documentation on how to build: https://github.com/hyperledger/aries-mobile-agent-react-native/blob/main/.github/workflows/main.yaml
Yes its work thanks!
yarn run build
cd packages/legacy/app/android
npx react-native run-android
Worked for me on just the emulator. Doesn't work on the physical device.
Description of the problem
Error running bifold on Android virtual (pixel 3a) and physical (pixel 7) phone. Would appreciate your help with solving this issue.
Question: Have you taken a look at this setup link for AFJ (https://www.youtube.com/watch?v=Ho9Db0PSaGM&list=PLopHpZBbk8wM4FRFZl3LXeAhz6fbX4_lk&index=4) they use "Expo" which helps quite a lot with the setup. (I haven't tried following the steps in that video and built+tried to run bifold as described below )
Steps taken to solve
Screenshots and/or log output
Approach 1: Build the app and Run it using Android studio after clicking reload on the phone screen
Approach 2:
Error seen on cmd line:
Please let me know if you need more info
Development Environment