Android 添加RevenueCat后无法生成cordova项目

Android 添加RevenueCat后无法生成cordova项目,android,cordova,cordova-plugins,revenuecat,Android,Cordova,Cordova Plugins,Revenuecat,我在使用RevenueCat构建项目时遇到问题。 我通过以下手册为Apache Cordova安装了它: 但现在在构建之后,它将返回: > Task :app:processDebugManifest UP-TO-DATE > Task :app:processDebugResources /home/martin/Projects/LearnEnglishWordsV3/cordova/platforms/android/app/src/main/java/com/revenuec

我在使用RevenueCat构建项目时遇到问题。
我通过以下手册为Apache Cordova安装了它:
但现在在构建之后,它将返回:

> Task :app:processDebugManifest UP-TO-DATE
> Task :app:processDebugResources
/home/martin/Projects/LearnEnglishWordsV3/cordova/platforms/android/app/src/main/java/com/revenuecat/purchases/PurchasesPlugin.java:38: error: cannot find symbol
        Purchases.getSharedInstance().setUpdatedPurchaserInfoListener(new UpdatedPurchaserInfoListener() {
                                                                          ^
  symbol:   class UpdatedPurchaserInfoListener
  location: class PurchasesPlugin
Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
Note: /home/martin/Projects/LearnEnglishWordsV3/cordova/platforms/android/app/src/main/java/com/revenuecat/purchases/PurchasesPlugin.java uses unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
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.
* 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 12s

有人知道我该怎么做吗?

现在它在1.2.2版更新后已修复
版本1.2.1出错: