VeryBuy/react-native-tappay

Could not find :tpdirect: while running react-native run-android

matteo1222 opened this issue · 4 comments

I am trying to use react-native-tappay and running the command npx react-native run-android to test on a physical device. The process failed with the following error message:

FAILURE: Build failed with an exception.

* What went wrong:
Execution failed for task ':app:checkDebugAarMetadata'.
> Could not resolve all files for configuration ':app:debugRuntimeClasspath'.
   > Could not find :tpdirect:.
     Required by:
         project :app > project :react-native-tappay

* 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

What would be the next step the solve the issue? I am using React Native 0.66.0 and react-native-tappay 1.3.2. Thank you very much for your help.

It worked. Thank you so much!

@Dylan0916 could you please add this step to README?

Sure~