I tried to integrate cardano into my project and got this issue. I also try do something in this pull request but it still not work. Can you help to solve this issue? Many thanks
My system:
- macOs Big Sur (11.6.1)
- "react-native": "0.64.2"
Issue:
`/Users/admin/cma_smooth/android/app/build/generated/rncli/src/main/java/com/facebook/react/PackageList.java:55: error: package io.crossroad.rncardano does not exist
import io.crossroad.rncardano.CardanoPackage;
^
1 error
FAILURE: Build failed with an exception.
- What went wrong:
Execution failed for task ':app:compileDebugJavaWithJavac'.
Compilation failed; see the compiler error output for details.
BUILD FAILED in 17s
at makeError (/Users/admin/cma_smooth/node_modules/execa/index.js:174:9)
at /Users/admin/cma_smooth/node_modules/execa/index.js:278:16
at processTicksAndRejections (node:internal/process/task_queues:96:5)
at async runOnAllDevices (/Users/admin/cma_smooth/node_modules/@react-native-community/cli-platform-android/build/commands/runAndroid/runOnAllDevices.js:94:5)
at async Command.handleAction (/Users/admin/cma_smooth/node_modules/@react-native-community/cli/build/index.js:186:9)`
I tried to integrate cardano into my project and got this issue. I also try do something in this pull request but it still not work. Can you help to solve this issue? Many thanks
My system:
Issue:
`/Users/admin/cma_smooth/android/app/build/generated/rncli/src/main/java/com/facebook/react/PackageList.java:55: error: package io.crossroad.rncardano does not exist
import io.crossroad.rncardano.CardanoPackage;
^
1 error
FAILURE: Build failed with an exception.
Execution failed for task ':app:compileDebugJavaWithJavac'.
Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
Get more help at https://help.gradle.org
BUILD FAILED in 17s