0

Adcolony Network を第 3 の部分として使用して、adMob リワード ビデオを統合しようとしていました。SDKの統合など、すべてのことを行いました...ユニットIDでは機能しませんが、別のユニットIDでは機能します。コードの問題ではないと思います。これはログです:

E/AdColony: AdColony methods used before initialization, Activity reference is null. Disabling AdColony until next launch. E/AdColony: AdColony methods used before initialization, Activity reference is null. Disabling AdColony until next launch. E/AdColony: AdColony methods used before initialization, Activity reference is null. Disabling AdColony until next launch. E/AdColony: AdColony methods used before initialization, Activity reference is null. Disabling AdColony until next launch. E/AdColony: AdColony methods used before initialization, Activity reference is null. Disabling AdColony until next launch. E/AdColony: AdColony methods used before initialization, Activity reference is null. Disabling AdColony until next launch. E/AdColony: AdColony methods used before initialization, Activity reference is null. Disabling AdColony until next launch. E/AdColony: AdColony methods used before initialization, Activity reference is null. Disabling AdColony until next launch. E/AdColony: AdColony methods used before initialization, Activity reference is null. Disabling AdColony until next launch. E/AdColony: AdColony methods used before initialization, Activity reference is null. Disabling AdColony until next launch. E/AdColony: AdColony methods used before initialization, Activity reference is null. Disabling AdColony until next launch. E/AdColony: AdColony methods used before initialization, Activity reference is null. Disabling AdColony until next launch. W/Ads: Failed to load ad: 3 I/System.out: (HTTPLog)-Static: isSBSettingEnabled false I/System.out: (HTTPLog)-Static: isSBSettingEnabled false E/AdColony: AdColony methods used before initialization, Activity reference is null. Disabling AdColony until next launch. E/AdColony: AdColony methods used before initialization, Activity reference is null. Disabling AdColony until next launch. E/AdColony: AdColony methods used before initialization, Activity reference is null. Disabling AdColony until next launch. E/AndroidRuntime: FATAL EXCEPTION: Thread-1442 Process: com.example.utente.guessimageferes, PID: 868 java.lang.NullPointerException: Attempt to invoke virtual method 'void android.app.Activity.runOnUiThread(java.lang.Runnable)' on a null object reference at com.jirbo.adcolony.AdColonyAdapter.a(SourceFile:474) at com.jirbo.adcolony.AdColonyAdapter$9.run(SourceFile:514) at java.lang.Thread.run(Thread.java:818) I/Timeline: Timeline: Activity_idle id: android.os.BinderProxy@c50de45 time:2838444 D/ViewRootImpl: #3 mView = null I/Process: Sending signal. PID: 868 SIG: 9 Application terminated.

アプリのクラッシュより。前もって感謝します

4

1 に答える 1

0

複数の SDK を個別に (GP の段階的なロールアウトなどを介して) または同時に (メディエーション) 使用しようとしているということですか? Adcolony メディエーションを使用したいとお考えでしたら、メディエーション パートナーhttp://support.adcolony.com/customer/en/portal/articles/678369-mediators-network-aggregators-faqの中に AdMob を見ました。AdColony メディエーション ネットワークから SDK を実装している場合、SDK 間に競合が発生する可能性があります。サポートに連絡して、APK を確認するよう依頼することをお勧めします。または、AdMob メディエーションを介して Adcolony SDK を実装してみてください。とにかく、AdMob やその他のネットワークをサポートするメディエーターの中にはもっとクールなソリューションがあります (AdColony のメディエーション パートナーのリストはそれほど大きくないと思います)。適切なものが見つかるはずです。

于 2016-12-07T14:35:25.520 に答える