You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Approach 1: Build the app and Run it using Android studio
after clicking reload on the phone screen
Approach 2:
cd packages/legacy/app/android/app
arch -arm64 yarn start
Error seen on cmd line:
info Reloading app...
BUNDLE ./index.js
error: Error: While resolving module `@hyperledger/aries-oca/build/legacy`, the Haste package `@hyperledger/aries-oca` was found. However the module `build/legacy` could not be found within the package. Indeed, none of these files exist:
* `/Users/rajvdesh/src/verifiable-credentials/wallets/bifold/packages/oca/build/legacy(.native|.android.js|.native.js|.js|.android.jsx|.native.jsx|.jsx|.android.json|.native.json|.json|.android.ts|.native.ts|.ts|.android.tsx|.native.tsx|.tsx|.android.svg|.native.svg|.svg|.android.cjs|.native.cjs|.cjs)`
* `/Users/rajvdesh/src/verifiable-credentials/wallets/bifold/packages/oca/build/legacy/index(.native|.android.js|.native.js|.js|.android.jsx|.native.jsx|.jsx|.android.json|.native.json|.json|.android.ts|.native.ts|.ts|.android.tsx|.native.tsx|.tsx|.android.svg|.native.svg|.svg|.android.cjs|.native.cjs|.cjs)`
at resolveHasteName (/Users/rajvdesh/src/verifiable-credentials/wallets/bifold/node_modules/metro-resolver/src/resolve.js:218:9)
at Object.resolve (/Users/rajvdesh/src/verifiable-credentials/wallets/bifold/node_modules/metro-resolver/src/resolve.js:92:20)
at ModuleResolver.resolveDependency (/Users/rajvdesh/src/verifiable-credentials/wallets/bifold/node_modules/metro/src/node-haste/DependencyGraph/ModuleResolution.js:79:31)
at DependencyGraph.resolveDependency (/Users/rajvdesh/src/verifiable-credentials/wallets/bifold/node_modules/metro/src/node-haste/DependencyGraph.js:277:43)
at Object.resolve (/Users/rajvdesh/src/verifiable-credentials/wallets/bifold/node_modules/metro/src/lib/transformHelpers.js:169:21)
at Graph._resolveDependencies (/Users/rajvdesh/src/verifiable-credentials/wallets/bifold/node_modules/metro/src/DeltaBundler/Graph.js:473:35)
at Graph._processModule (/Users/rajvdesh/src/verifiable-credentials/wallets/bifold/node_modules/metro/src/DeltaBundler/Graph.js:261:38)
at async Graph._addDependency (/Users/rajvdesh/src/verifiable-credentials/wallets/bifold/node_modules/metro/src/DeltaBundler/Graph.js:372:20)
at async Promise.all (index 21)
at async Graph._processModule (/Users/rajvdesh/src/verifiable-credentials/wallets/bifold/node_modules/metro/src/DeltaBundler/Graph.js:322:5)
Please let me know if you need more info
Development Environment
Android
iOS
Mac (Intel)
Mac (M1)
Linux
Windows
The text was updated successfully, but these errors were encountered:
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
https://github.com/hyperledger/aries-mobile-agent-react-native/blob/main/DEVELOPER.md
https://github.com/hyperledger/aries-mobile-agent-react-native/blob/main/DEVELOPER_MACOS_arm64.md
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
The text was updated successfully, but these errors were encountered: