FAILURE: Build failed with an exception.
* What went wrong:
Could not determine the dependencies of task ':app:compileDebugJavaWithJavac'.
> Could not resolve all task dependencies for configuration ':app:debugCompileClasspath'.
> Could not find com.razorpay:screens.checkout:1.5.16.
Required by:
project :app > project :razorpay_flutter
* 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.
当我尝试在Android设备上构建Flutter应用时,上面的错误就是我得到的。但是flutter应用程序可以在iOS设备上完美运行。我无法理解上面给出的错误消息。