문제

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.

도움이 되었습니까?

해결책

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

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top