This repository has been archived by the owner on Mar 27, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 31
AppLovinPrivacySettings error on android #52
Comments
yes, I've got this issue too. Don't know how this happened. please help to fix this. |
yes, I've got this issue too. anyone know solution how to resolve? |
Feel free to migrate over to the official plugin: https://github.com/AppLovin/AppLovin-MAX-Flutter |
Thanks @thomasmso for your response. |
Sorry, but we don't support displaying banner vertically. |
Fix this issue please 🙏 . The official plugin is not working properly. |
Facing the same issue. |
I have fixed the error by doing the below steps:
I think this one is a temporary solution but working for me. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
AppLovinPrivacySettings error on android
Output:
`/Users/hanzla/Development/flutter/.pub-cache/hosted/pub.dartlang.org/flutter_applovin_max-2.1.2/android/src/main/java/dev/iori/flutter_applovin_max/FlutterApplovinMaxPlugin.java:80: error: cannot find symbol
AppLovinPrivacySettings.setHasUserConsent( call.argument("HasConsent"), context );
^
symbol: variable AppLovinPrivacySettings
location: class FlutterApplovinMaxPlugin
/Users/hanzla/Development/flutter/.pub-cache/hosted/pub.dartlang.org/flutter_applovin_max-2.1.2/android/src/main/java/dev/iori/flutter_applovin_max/FlutterApplovinMaxPlugin.java:81: error: cannot find symbol
AppLovinPrivacySettings.setIsAgeRestrictedUser( call.argument("IsAgeRestricted"), context );
^
symbol: variable AppLovinPrivacySettings
location: class FlutterApplovinMaxPlugin
/Users/hanzla/Development/flutter/.pub-cache/hosted/pub.dartlang.org/flutter_applovin_max-2.1.2/android/src/main/java/dev/iori/flutter_applovin_max/FlutterApplovinMaxPlugin.java:82: error: cannot find symbol
AppLovinPrivacySettings.setDoNotSell( call.argument("DoNotSell"), context );
^
symbol: variable AppLovinPrivacySettings
location: class FlutterApplovinMaxPlugin
Note: /Users/hanzla/Development/flutter/.pub-cache/hosted/pub.dartlang.org/flutter_applovin_max-2.1.2/android/src/main/java/dev/iori/flutter_applovin_max/FlutterApplovinMaxPlugin.java uses or overrides a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
3 errors
FAILURE: Build failed with an exception.
Execution failed for task ':flutter_applovin_max:compileDebugJavaWithJavac'.
** AppLovinPrivacySettings throwing error on android but working fine on iOS**
How do we have to solve this ?
The text was updated successfully, but these errors were encountered: