B b4auser1 Well-Known Member Licensed User Longtime User Oct 18, 2015 #1 B4X: B4A version: 5.20 Parsing code. (0.61s) Compiling code. (1.04s) Compiling layouts code. (0.00s) Generating R file. (0.06s) Compiling generated Java code. (7.76s) Convert byte code - optimized dex. (5.90s) Packaging files. (0.71s) Copying libraries resources (0.02s) Found 13 resource files. Signing package file (private key) (1.20s) ZipAlign file. (0.04s) Installing file to device. (15.66s) Device serial: emulator-5554 Completed successfully. "Installing file to device" takes the most of time. Will using Genymotion instead of Android emulator reduce the time of "Installing file to device" ?
B4X: B4A version: 5.20 Parsing code. (0.61s) Compiling code. (1.04s) Compiling layouts code. (0.00s) Generating R file. (0.06s) Compiling generated Java code. (7.76s) Convert byte code - optimized dex. (5.90s) Packaging files. (0.71s) Copying libraries resources (0.02s) Found 13 resource files. Signing package file (private key) (1.20s) ZipAlign file. (0.04s) Installing file to device. (15.66s) Device serial: emulator-5554 Completed successfully. "Installing file to device" takes the most of time. Will using Genymotion instead of Android emulator reduce the time of "Installing file to device" ?
Erel B4X founder Staff member Licensed User Longtime User Oct 18, 2015 #2 Most probably yes. A real device will also be faster. Note that you should use debug (rapid). In most cases it doesn't need to reinstall the APK and the compilation is very quick. Upvote 0
Most probably yes. A real device will also be faster. Note that you should use debug (rapid). In most cases it doesn't need to reinstall the APK and the compilation is very quick.
B b4auser1 Well-Known Member Licensed User Longtime User Oct 18, 2015 #3 Erel, Thank you. I don't use debug mode just release one. I will try to use debug (rapid) instead of release. Upvote 0
Erel, Thank you. I don't use debug mode just release one. I will try to use debug (rapid) instead of release.