Проблема Admob с наградами видео андроид студии
Я пытался интегрировать видео с наградами AdMob, используя Adcolony Network в качестве третьей части. Я сделал все, например, интегрировал SDK и т. Д. Он не работает с моим идентификатором модуля, но с другим он работает. Я не думаю, что это проблема кода, это журнал:
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.
Чем приложение вылетает. заранее спасибо
1 ответ
Вы имеете в виду, что вы пытаетесь использовать несколько SDK отдельно (например, через поэтапное развертывание GP) или одновременно (посредничество)? Я полагаю, что вы хотите использовать посредничество Adcolony, и я видел AdMob среди их партнеров по посредничеству http://support.adcolony.com/customer/en/portal/articles/678369-mediators-network-aggregators-f-a-q. Скорее всего, в вашем случае возникнет конфликт между SDK, если вы внедряете их вне сети-посредника AdColony. Я бы предложил связаться со службой поддержки и попросить их проверить мой APK. Или вы можете попробовать внедрить Adcolony SDK через посредничество AdMob. Во всяком случае, среди посредников есть более крутые решения (я бы сказал, что список партнеров-посредников AdColony не так уж и велик), которые поддерживают AdMob и другие сети, уверен, что вы найдете что-то подходящее.