I can build and install the app to a simulator using npm run android, but when I configure this library I get
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 ::.
Required by:
project :app
Thank you for forking the original project.
Your Environment
Context
I can build and install the app to a simulator using
npm run android
, but when I configure this library I getExpected Behavior
App builds, installs, and runs successfully.
Actual Behavior
Errors before installing.
Steps to Reproduce
npm run android
Context
Trying to replace the project that this forked.
Debug logs