AndroidDeveloperLB
AndroidDeveloperLB
They told me via email that they do support it, but sadly the docs and the Admob mediation console don't mention and allow to use it: https://developers.google.com/admob/android/choose-networks https://developers.google.com/admob/android/mediation/equativ Please talk...
This is what I get: ``` android.os.RemoteException: Method is not found (Ask Gemini) at com.google.android.gms.ads.mediation.Adapter.loadNativeAdMapper(SourceFile:5) at com.google.android.gms.internal.ads.zzbqf.zzz(SourceFile:289) at com.google.android.gms.internal.ads.zzbpg.zzdD(SourceFile:630) at com.google.android.gms.internal.ads.zzayb.onTransact(SourceFile:21) at android.os.Binder.transact(Binder.java:1243) at m.ant.bh(:com.google.android.gms.policy_ads_fdr_dynamite@[email protected]:8) at com.google.android.gms.ads.internal.mediation.client.f.r(:com.google.android.gms.policy_ads_fdr_dynamite@[email protected]:28) at com.google.android.gms.ads.nonagon.render.bp.b(:com.google.android.gms.policy_ads_fdr_dynamite@[email protected]:45) at...
as the title says. I keep getting this error in the logs (warning level), without further information... ``` { "Code": 6, "Message": "The InMobi SDK encountered an internal error.", "Domain":...
Steps: 1. Update the targetAPI to 35 on the sample "NativeAdvancedExample". 2. Run on Android 15. 3. Notice something weird at the top, and also check the ad-inspector. The ad...
When looking at the samples, I've noticed their calculation is losing the precision in a wrong way, so they can actually fail to get the ad that fits the size...
Right now, for many ad-sources, it says that they don't automatically use the SDK by Google for GDPR&US: https://developers.google.com/admob/android/choose-networks https://developers.google.com/admob/android/privacy#install_with_gradle Please have a sample to show how to handle them...
As the title says. Just try to open this one: https://github.com/googleads/googleads-mobile-android-examples/tree/main/kotlin/advanced/InlineAdaptiveBannerExample When I try to open it, I get this error:  [InlineAdaptiveBannerExample.zip](https://github.com/user-attachments/files/18403992/InlineAdaptiveBannerExample.zip) ``` /advanced/InlineAdaptiveBannerExample/app/build.gradle.kts:26:36: Expecting an element Ask Gemini...
### Steps to reproduce 1. Update to Android 15.0.0 (AP4A.241205.013, Dec 2024) on Pixel 6. 2. Use any module you want that is supposed to disable the flag-secure (example [here](https://github.com/LSPosed/DisableFlagSecure)),...
It's just that reflection is seem more like a workaround. Sure it might be a bit faster than adb commands, but adb commands are reliable...
**Is your feature request related to a problem? Please describe.** When we use center-crop scaling, we can't reach the other parts of the wallpaper by scrolling in the launcher. **Describe...