We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
/Users/virs/.pub-cache/git/jverify-flutter-plugin-2e5c4b9ef5aa2c1a832653f6ab98b52f458472e4/android/src/main/java/com/jiguang/jverify/JverifyPlugin.java:1282: 错误: 无法将类 Builder中的方法 setSmsGetVerifyCodeTextViewOffsetR应用到给定类型; builder.setSmsGetVerifyCodeTextViewOffsetR((Integer) smsGetVerifyCodeTextViewOffsetR); ^ 需要: 没有参数 找到: Integer 原因: 实际参数列表和形式参数列表长度不同 /Users/virs/.pub-cache/git/jverify-flutter-plugin-2e5c4b9ef5aa2c1a832653f6ab98b52f458472e4/android/src/main/java/com/jiguang/jverify/JverifyPlugin.java:1355: 错误: 不兼容的类型: Integer无法转换为String builder.setSmsLogBtnBackgroundPath((Integer) smsLogBtnBackgroundPath); ^ 注: /Users/virs/.pub-cache/git/jverify-flutter-plugin-2e5c4b9ef5aa2c1a832653f6ab98b52f458472e4/android/src/main/java/com/jiguang/jverify/JverifyPlugin.java使用或覆盖了已过时的 API。 注: 有关详细信息, 请使用 -Xlint:deprecation 重新编译。 注: /Users/virs/.pub-cache/git/jverify-flutter-plugin-2e5c4b9ef5aa2c1a832653f6ab98b52f458472e4/android/src/main/java/com/jiguang/jverify/JverifyPlugin.java使用了未经检查或不安全的操作。 注: 有关详细信息, 请使用 -Xlint:unchecked 重新编译。 注: 某些消息已经过简化; 请使用 -Xdiags:verbose 重新编译以获得完整输出 2 个错误
The text was updated successfully, but these errors were encountered:
No branches or pull requests
/Users/virs/.pub-cache/git/jverify-flutter-plugin-2e5c4b9ef5aa2c1a832653f6ab98b52f458472e4/android/src/main/java/com/jiguang/jverify/JverifyPlugin.java:1282: 错误: 无法将类 Builder中的方法 setSmsGetVerifyCodeTextViewOffsetR应用到给定类型;
builder.setSmsGetVerifyCodeTextViewOffsetR((Integer) smsGetVerifyCodeTextViewOffsetR);
^
需要: 没有参数
找到: Integer
原因: 实际参数列表和形式参数列表长度不同
/Users/virs/.pub-cache/git/jverify-flutter-plugin-2e5c4b9ef5aa2c1a832653f6ab98b52f458472e4/android/src/main/java/com/jiguang/jverify/JverifyPlugin.java:1355: 错误: 不兼容的类型: Integer无法转换为String
builder.setSmsLogBtnBackgroundPath((Integer) smsLogBtnBackgroundPath);
^
注: /Users/virs/.pub-cache/git/jverify-flutter-plugin-2e5c4b9ef5aa2c1a832653f6ab98b52f458472e4/android/src/main/java/com/jiguang/jverify/JverifyPlugin.java使用或覆盖了已过时的 API。
注: 有关详细信息, 请使用 -Xlint:deprecation 重新编译。
注: /Users/virs/.pub-cache/git/jverify-flutter-plugin-2e5c4b9ef5aa2c1a832653f6ab98b52f458472e4/android/src/main/java/com/jiguang/jverify/JverifyPlugin.java使用了未经检查或不安全的操作。
注: 有关详细信息, 请使用 -Xlint:unchecked 重新编译。
注: 某些消息已经过简化; 请使用 -Xdiags:verbose 重新编译以获得完整输出
2 个错误
The text was updated successfully, but these errors were encountered: