I have a gradle flavor of my android app that uses the AdMarvel SDK. The app is trying to launch an activity using
com.myapp.flavour1/com.admarvel.android.ads.AdMarvelActivity
, which results in an ActivityNotFoundException
.
I believe that it needs to call com.myapp.main/com.admarvel.android.ads.AdMarvelActivity
.
- Is this something that can be fixed in a manifest / gradle config?
- Is it caused by using the wrong
context
in my parameters? - Or is it just a bug in the library?
Any help would be appreciated.
Thanks.