简体   繁体   中英

Create a jar from MoPub sdk

Recently I implemented the mopub sdk inside of a project, The mopub sdk works fine:)

But, I made the integration as module... I need create mopub.jar and integrate to project

When I try create the.jar with Intellij IDEA exist two parameters (main class and class path), I don't found the main class from mopub sdk

thanks

You need to integrate as a library project: http://developer.android.com/guide/developing/projects/projects-eclipse.html .

The documentation is for eclipse but IDEA should be similar.

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