Quick Links: Download Gideros Studio | Gideros Documentation | Gideros community chat | DONATE
Gideros 2025.3 export Android .aab (API 36) using latest Android Studio Narwhal — Gideros Forum

Gideros 2025.3 export Android .aab (API 36) using latest Android Studio Narwhal

Can export Android .aab all OK without ads and ads plugin.

When exporting with AppLovin ads and ads plugin get this...
warning: [options] source value 8 is obsolete and will be removed in a future release
warning: [options] target value 8 is obsolete and will be removed in a future release
warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.
C:\Temp\AquaSlots2\tmp\app\src\main\java\com\giderosmobile\android\plugins\ads\frameworks\AdsApplovin.java:43: error: cannot find symbol
AppLovinSdk.initializeSdk(sActivity.get());
^
symbol:   method initializeSdk(Activity)
location: class AppLovinSdk
C:\Temp\AquaSlots2\tmp\app\src\main\java\com\giderosmobile\android\plugins\ads\frameworks\AdsMax.java:48: error: cannot find symbol
AppLovinSdk.getInstance( sActivity.get() ).setMediationProvider( "max" );
^
symbol:   method setMediationProvider(String)
location: class AppLovinSdk
C:\Temp\AquaSlots2\tmp\app\src\main\java\com\giderosmobile\android\plugins\ads\frameworks\AdsMax.java:49: error: cannot find symbol
AppLovinSdk.initializeSdk( sActivity.get(), new AppLovinSdk.SdkInitializationListener() {
^
symbol:   method initializeSdk(Activity,)
location: class AppLovinSdk
C:\Temp\AquaSlots2\tmp\app\src\main\java\com\giderosmobile\android\plugins\ads\frameworks\AdsMax.java:56: error: cannot find symbol
AppLovinSdk.initializeSdk(sActivity.get());
^
symbol:   method initializeSdk(Activity)
location: class AppLovinSdk
Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
Note: Some input files use unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
4 errors
3 warnings
 
FAILURE: Build failed with an exception.
 
* What went wrong:
Execution failed for task ':app:compileReleaseJavaWithJavac'.
> Compilation failed; see the compiler error output for details.
 
* Try:
> Run with --info option to get more log output.
> Run with --scan to get full insights.
 
BUILD FAILED in 4s
Exec returned: 1
Export failed! See details above.
Tagged:

Comments

  • hgy29hgy29 Maintainer
    AppLovin SDK seems to be completely missing, you can try to raise its version number in gradle files, but they may have added/changed APIs

    Likes: MobAmuse

    +1 -1 (+1 / -0 )Share on Facebook
  • MobAmuseMobAmuse Member
    I will have a further look soon but something changed with latest Android Studio build with regards to AppLovin.
  • MobAmuseMobAmuse Member
    Update: Fiddled with it all regards AppLovin but failed to work at versions and API levels mentioned above, so binned AppLovin and just use AdMob now. All good and sorted.

    Google offering 60days to fix all apps to API level above 34 currently, so that'll do me. Lucky the apps are still alive really given the age of most of them now TBH LOL :D

    Likes: MoKaLux

    +1 -1 (+1 / -0 )Share on Facebook
  • MoKaLuxMoKaLux Member
    MobAmuse said:

    Lucky the apps are still alive really given the age of most of them now TBH LOL :D

    yes Gideros is a gem of a framework :)

    Likes: MobAmuse

    my growING GIDEROS github repositories: https://github.com/mokalux?tab=repositories
    +1 -1 (+1 / -0 )Share on Facebook
Sign In or Register to comment.