AndroidDeveloperLB

Results 599 issues of AndroidDeveloperLB

Admob support a flexible size of a banner ad, called "inline-adaptive-banner" ad: https://developers.google.com/admob/android/banner/inline-adaptive However, it's not mentioned on the docs of various ad-networks, that we can use them, and doesn't...

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: ![image](https://github.com/user-attachments/assets/100df4f6-8422-492f-bb1c-9a5658891a6f) [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)),...

bug

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...