When we click on run and the emulator is not online (or not open) will the .apk file get generated or not?or it only gets generated when the emulator is online?Just for knowledge!!
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Generating the Apk is not depend upon emulator open or not. It is totally different process you just build the application then also your .apk file will generate and that we can used inside the mobile. When we generating the apk first all java api from program compressed into apk file. So the final conclusion is that generation of apk is not depend upon the Emulator.