Pangolin icon indicating copy to clipboard operation
Pangolin copied to clipboard

编译报错

Open wengxianxun opened this issue 3 years ago • 1 comments

/Users/wxx/.pub-cache/hosted/pub.flutter-io.cn/pangolin-0.2.7/android/src/main/java/com/tongyangsheng/pangolin/RewardVideo.java:130: 错误: <匿名com.tongyangsheng.pangolin.RewardVideo$1$1>不是抽象的, 并且未覆盖RewardAdInteractionListener中的抽象方法onRewardVerify(boolean,int,String) mttRewardVideoAd.setRewardAdInteractionListener(new TTRewardVideoAd.RewardAdInteractionListener() { ^ /Users/wxx/.pub-cache/hosted/pub.flutter-io.cn/pangolin-0.2.7/android/src/main/java/com/tongyangsheng/pangolin/RewardVideo.java:179: 错误: 方法不会覆盖或实现超类型的方法 @Override ^ 注: /Users/wxx/.pub-cache/hosted/pub.flutter-io.cn/pangolin-0.2.7/android/src/main/java/com/tongyangsheng/pangolin/UIUtils.java使用了未经检查或不安全的操作。 注: 有关详细信息, 请使用 -Xlint:unchecked 重新编译。 2 个错误

FAILURE: Build failed with an exception.

  • What went wrong: Execution failed for task ':pangolin:compileDebugJavaWithJavac'.

Compilation failed; see the compiler error output for details.

wengxianxun avatar Jul 07 '21 15:07 wengxianxun

遇到同样的问题。 如果使用作者的SDK,拉开广告的时候,会提示:广告物料预加载失败....sdk 版本过低不返回广告40024

weitangli avatar Nov 01 '21 09:11 weitangli