Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Mopub Integration for Android Studio

As of this question I have been unable to find any resources or help on how to integrate the Mopub library project in Android Studio as everything is still only documented for Eclipse.

I used Facebook's article on integrating their library in Android Studio as a guide but still have issues. For reference here's their article: https://developers.facebook.com/docs/getting-started/facebook-sdk-for-android-using-android-studio/3.0/

Does anyone have a step-by-step process for integrating MoPub in Android Studio?

like image 550
askilondz Avatar asked Nov 01 '22 10:11

askilondz


1 Answers

I've recently found this.. https://github.com/minakov/mopub-sdk-android-aar/tree/master

Following the instructions on the repo readme page I was able to setup the mopub SDK as a dependency in my Android Studio project.

Hope this helps someone

like image 131
Robert Sharp Avatar answered Nov 09 '22 14:11

Robert Sharp