简体   繁体   中英

Eclipse cannot find a library class

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

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM