APK Analyzer not opening by any method in Android Studio
Asked Answered
D

1

5

I have tried every way to Open the APK analyzer for my flutter app in the Android Studio but it just doesn't open, I have tried the following methods found on developer.android.com:

  • Drag an APK or app bundle into the Editor window of Android Studio.

  • Switch to the Project view in the Project window, then double-click the APK in the default build/output/apks/ directory.

  • Select Build > Analyze APK in the menu bar, then select your APK or app bundle.

Please help me open the apk analyzer as I have to use it to compare and reduce the size of a generated apk file.

Android studio version is: 2023.1.1.27

Dulcie answered 6/2 at 13:10 Comment(1)
no, I want to use the APK analyzer for specific reasons, kindly guide me on thatDulcie
S
8

I have had the same issue. In my case I had a Flutter project open and the analyzer would not open.

Closing the Flutter project and opening a normal Android project the analyzer opened my APK.

Soble answered 9/2 at 6:54 Comment(2)
i can confirm this. i opened a standard android project instead of flutter project and then the analyze function works.Mono
I'm having exactly the same problem as in the question. One thing: I've never have used Flutter. I've just installed the newest Android Studio, Koala, new project 'No activity', none of the three ways in the answer to open an APK is successfulHomemade

© 2022 - 2024 — McMap. All rights reserved.