A Aymen mounir mohamed New Member Licensed User Longtime User Jan 6, 2015 #1 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 ?
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 Jan 6, 2015 #2 upload your project (in the IDE: File->Export as zip) Upvote 0
DonManfred Expert Licensed User Longtime User Jan 6, 2015 #3 Aymen mounir mohamed said: Every time I try to create APK (Project - Compile to Library) Click to expand... 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
Aymen mounir mohamed said: Every time I try to create APK (Project - Compile to Library) Click to expand... 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)
F Federico956 Member Licensed User Longtime User Jan 7, 2015 #4 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
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.