applovin

FATAL EXCEPTION: GoogleApiHandler

烂漫一生 提交于 2020-02-02 03:32:38
问题 In my project i'm using the monetization service(Vungle/AppLovin). When I'm trying to load an ad, i get this exception E/AndroidRuntime: FATAL EXCEPTION: GoogleApiHandler Process: kz.ikar, PID: 3673 java.lang.NoSuchMethodError: No virtual method setChannelId(Ljava/lang/String;)Landroid/support/v4/app/NotificationCompat$Builder; in class Landroid/support/v4/app/NotificationCompat$Builder; or its super classes (declaration of 'android.support.v4.app.NotificationCompat$Builder' appears in /data

AppLovin Ads in Unity3D : onAppLovinEventReceived not fired

谁说胖子不能爱 提交于 2019-12-11 04:38:43
问题 I used Applovin fullscreen ads in Unity3D iOS game. Ads are working good. But event listener not fired. I wish to track fail event call. public static void StartApplovin () { AppLovin.SetSdkKey("My_SDK_Key"); AppLovin.InitializeSdk(); AppLovin.SetUnityAdListener("ApplovinListener"); } Here is ApplovinListener.cs class public class ApplovinListener : MonoBehaviour { void onAppLovinEventReceived(string ev) { Debug.Log ("\n\nonAppLovinEventReceived\n\n"); if(ev.Contains("DISPLAYEDINTER")) { //

FATAL EXCEPTION: GoogleApiHandler

假如想象 提交于 2019-12-05 08:32:48
In my project i'm using the monetization service(Vungle/AppLovin). When I'm trying to load an ad, i get this exception E/AndroidRuntime: FATAL EXCEPTION: GoogleApiHandler Process: kz.ikar, PID: 3673 java.lang.NoSuchMethodError: No virtual method setChannelId(Ljava/lang/String;)Landroid/support/v4/app/NotificationCompat$Builder; in class Landroid/support/v4/app/NotificationCompat$Builder; or its super classes (declaration of 'android.support.v4.app.NotificationCompat$Builder' appears in /data/app/kz.ikar-2oCl4DY4J8w7wP-jirbYvA==/split_lib_dependencies_apk.apk) at com.google.android.gms.common

java.lang.NoClassDefFoundError: com.applovin.sdk.AppLovinSdk

匿名 (未验证) 提交于 2019-12-03 02:33:02
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试): 问题: Hi I get the following exception: 06-10 10:53:36.643: E/AndroidRuntime(10415): java.lang.NoClassDefFoundError: com.applovin.sdk.AppLovinSdk I imported the external lib and also copy pasted the lib to /libs folder. but I still get this error. I imported the lib as : import com.applovin.sdk.AppLovinSdk; and the program falls at this line : AppLovinSdk.initializeSdk(this); . What am I missing? lines before the error: 06-10 10:53:36.603: I/dalvikvm(10415): Could not find method com.applovin.sdk.AppLovinSdk.initializeSdk, referenced from method

java.lang.NoClassDefFoundError: com.applovin.sdk.AppLovinSdk

拜拜、爱过 提交于 2019-11-26 18:40:14
问题 Hi I get the following exception: 06-10 10:53:36.643: E/AndroidRuntime(10415): java.lang.NoClassDefFoundError: com.applovin.sdk.AppLovinSdk I imported the external lib and also copy pasted the lib to /libs folder. but I still get this error. I imported the lib as : import com.applovin.sdk.AppLovinSdk; and the program falls at this line : AppLovinSdk.initializeSdk(this); . What am I missing? lines before the error: 06-10 10:53:36.603: I/dalvikvm(10415): Could not find method com.applovin.sdk