Question

I am developing a game in libgdx. I read the official docs and tried to integrate MobClix Ads in my App but eclipse can found the library that I need. I am trying to resolve this problem but I have no success. Eclipse cannot resolve this import:

import com.mobclix.android.sdk.MobclixMMABannerXLAdView;

I tried to replace all my jars an reinstall the sdk and my eclipse is updated. Somone have also this problem? how can I resolve this?

Sorry for my poor english.

Was it helpful?

Solution

Try downloading mobclix-4.0.3.jar from http://www.java2s.com/Code/Jar/m/Downloadmobclix403jar.htm and add it to your Build Path in eclipse. Hopefully, this should resolve your problem

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top