Questions tagged [appodeal]
57 questions
0
votes
1 answer
Appodeal Native ads error?
I want o add appodeal native ads on my android project but iam unable to add native ads its show error on AndroidMainfest file .
…

Arman Hossain
- 21
- 2
- 7
0
votes
1 answer
How to create a function which will add reward on watching an ad video
I have a counter in my game that adds a score by 1, and I want a rewarded video on my game over screen that can boost the player score by 100 but I'm not sure how to execute the function when the ad ends. Here is my code:
// …

Adem
- 49
- 14
0
votes
1 answer
Program type already present: Android.arch.lifecycle.LiveData$1
Getting error: Program type already present: Android.arch.lifecycle.LiveData$1
first, it was showing Warning: Configuration 'compile' is obsolete and has been replaced with 'implementation' and 'api'
dependencies {
implementation fileTree(dir:…

Farhan Saikh
- 111
- 1
- 16
0
votes
2 answers
native ad appodeal test
i just learn native ad with simple code and try to test run appodeal native ad. but theres no test-ad showd.
Appodeal.setAutoCache(Appodeal.NATIVE, false);
Appodeal.initialize(this, "apikey", Appodeal.NATIVE);
Appodeal.cache(this,…

MB Relawan
- 21
- 10
0
votes
1 answer
Banner ads bottom positioning with some space below
I am using Appodeal.show(getActivity(),Appodeal.BANNER_BOTTOM); to position banner ad at the bottom of screen , but i want to keep some space between the ad and the bottom of the screen around 20dp because there is a share button which gets covered…

Girish
- 21
- 6
0
votes
1 answer
ld: library not found for -lAPDAdColonyAdapter
I am currently using Appodeal framework to monetize my iOS app.I have installed Appodeal framework using CocoaPods without any errors.But when I'm trying to build my application I get such error:
ld: library not found for -lAPDAdColonyAdapter
clang:…

Andreotti
- 47
- 1
- 8
0
votes
1 answer
onNativeClicked crash on release mode Android Appodeal 2.0.2
I have an issue, I added appodeal 2.0.2 according to the appodeal-android-demo to my project and everything is working correctly when doing test, in my project I'm using only native ads,the only problem I have is that when I generated the release…

user_Dennis_Mostajo
- 2,279
- 4
- 28
- 38
0
votes
1 answer
Show an advert banner in a Custom view
I have a Custom view activity and I want to show in it an advert. Just a banner view on the bottom of the screen. I am using Appodeal's API for ads.
Here is what I tried so far:
public class main extends AppCompatActivity {
BannerView…

Da2da2
- 57
- 2
- 3
- 13
0
votes
1 answer
Unable to merge android manifests
I have a problem with ads for unity
I try to install appodeal ads and when i compile on apk i receive this error :
CommandInvokationFailure: Unable to merge android manifests. See the Console for more details.
C:/Program…

Andre Matiun
- 3
- 2
0
votes
1 answer
java.util.zip.ZipException: duplicate entry: exception for DefaultItemAnimator$2.class
I have been tired after trying to solve this problem for last 2 days. My project was OK before implementing Appodeal. But after implementing Appodeal this error is occurred. I have seen several solution for the same type problem. But I didn't get…

Mafujul
- 1,090
- 10
- 15
-1
votes
1 answer
Program type already present: android.support.v4.app.NavUtils Message
Program type already present: android.support.v4.app.NavUtils
Message{kind=ERROR, text=Program type already present:
android.support.v4.app.NavUtils, sources=[Unknown source file], tool name=Optional.of(D8)}
How solve this problem?
if anyone has…

Влад Дзюба
- 11
-1
votes
2 answers
Unity, Android Studio Export: Error: more than one library with package name 'android.support.v7.appcompat'
I'm making a very simple mobile F2P arcade game in Unity
After adding SDKs for facebook, gamesparks, firebase, and appodeal I coud not build, getting the "Too many method references: 76221; max is 65536" error.
The solution from Too many field…

Guye Incognito
- 2,726
- 6
- 38
- 72