It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center
                            
                        
                    
                
                                6年前关闭。
            
                    
我想知道是否有一种方法可以在您处于Android应用程序开发阶段时检查应用程序的大小,而不是等到完成应用程序然后创建apk时再进行检查。

最佳答案

您可以检查.apk文件夹中的bin文件。每次您运行应用程序时,它将生成一个新的.apk文件。

09-26 23:20
查看更多