简体   繁体   中英

Export library module as apk with android studio

Is there any possibility to export a library project as an apk file in android studio?

Normally you could run a project and the apk is created automatically, but not with library projects

Is there any possibility to export a library project as an apk file in android studio?

No. It is also not possible to export a library project as an APK file in Eclipse, any other IDE, or the command line. Android library projects do not create APK files.

in my case it´sa plugin which gets later loaded by a ClassLoader

Then it is not an Android library project.

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