I'm trying to export and build Android app with Gideros 2018.10
At first i get gradle error:
Error:Failed to resolve: play-services-ads
If i'm changing implementation 'com.google.android.gms:play-services-ads:12.0.1' to implementation 'com.google.android.gms:play-services-ads:12.0.0' or implementation 'com.google.android.gms:play-services-ads:17.0.0'
i'm getting error
Error:(21, 37) error: cannot find symbol class GoogleApiAvailability
Steps: Open project, add Ads plugin with Admob and Unity, Export, Open with Android Studio.
Comments
https://deluxepixel.com
Versions upper 15 doesn't has
import com.google.android.gms.common.ConnectionResult;
import com.google.android.gms.common.GoogleApiAvailability;
Versions lower 12.0.1 doesn't has
import com.google.android.gms.ads.reward.RewardItem;
import com.google.android.gms.ads.reward.RewardedVideoAd;
import com.google.android.gms.ads.reward.RewardedVideoAdListener;
Our plugin has both.
How to use it? It looks like it is impossible to publish something with Google Ads.
If somebody has success, please, share with me solution.
Thank you!
Also load up Android Studio and make sure you are using the latest Android SDK and tools.
https://deluxepixel.com
It is not really great option to limit project by Unity(I still use banners, for example). And it is risky to use only 1 framework in project.
https://deluxepixel.com
For me easiest solution is to use older version of admob plugin.
Likes: SinisterSoft
As i said in first message, i have error:"error: cannot find symbol class GoogleApiAvailability
"
error: cannot find symbol variable GoogleApiAvailability
Same to me, I was using 2018.3 and everythings works fine (using gps 9.0.2), ive updated today to latest build and cant do export because I have same errors.
Very annoying, wanted to publish game this week
Tried 16.0.0 works fine Admob REQUIREs Gaming plugin set on 16.0.0
Likes: Apollo14, unlying, pie
Likes: unlying
https://deluxepixel.com