Anyone knows if it’s possible to check APK size from IntelliJ? I cannot find this info on their site, but I’ve posted this question anyway.
Thanks
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.
IDEA doesn’t show the APK size, you can check it in your favorite file manager.
Output folders are hidden by default, to show them you need to disable Project Structure | Modules | Paths | Exclude output paths option or change the location of the APK to the visible folder in Android Facet | Compiler | Android Packaging Compiler | APK path.