简体   繁体   中英

When building mopub sdk, cannot find symbol: class org.fest.assertions.api.ANDROID

I am building Mopub SDK as a module using Intellij Idea. I have copied test-assert-core-2.0M10.jar to libs folder under Mopub. However, when building it, the line import org.fest.assertions.api.ANDROID; shows red color at the word " ANDROID ". Compilation error message says:

Error:(20, 31) java: cannot find symbol
  symbol:   class ANDROID
  location: package org.fest.assertions.api

Have searched, but found nothing about this particular error. Anybody using Mopub under Intellij Idea can offer some hint? Thanks!

I've found the solution. I deleted all files under /mopub-sdk/src/test, and it builds successfully.

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