Android Question Can't create an APK

Aymen mounir mohamed

New Member
Licensed User
Longtime User
Dear All;

Can Any body help

Every time I try to create APK (Project - Compile to Library) I get this message and there is no APK:

Parsing code. 0.00
Compiling code. Error
No modules to compile.
The following modules are excluded from library compilation:
main


can any body help ?
 

DonManfred

Expert
Licensed User
Longtime User
upload your project (in the IDE: File->Export as zip)
 
Upvote 0

DonManfred

Expert
Licensed User
Longtime User
Every time I try to create APK (Project - Compile to Library)
btw: you should use compile and run to get an apk... Compile to Library does what the name says. It compiles the project into a library. Usually xml and jar (in additional res folder)
 
Upvote 0

Federico956

Member
Licensed User
Longtime User
If you want to create apk files you only need to debug in release mode and you'll obtain the apk file in the 'Objects' folder of your project.
 
Upvote 0
Top