skip to Main Content

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

2

Answers


  1. 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.

    Login or Signup to reply.
  2. Still not working in
    Android Studio Jellyfish | 2023.3.1
    Build #AI-233.14808.21.2331.11709847, built on April 13, 2024
    Runtime version: 17.0.10+0-17.0.10b1087.21-11572160 aarch64
    VM: OpenJDK 64-Bit Server VM by JetBrains s.r.o.
    macOS 14.4.1
    GC: G1 Young Generation, G1 Old Generation
    Memory: 2048M
    Cores: 8
    Metal Rendering is ON
    Registry:
    ide.experimental.ui=true
    Non-Bundled Plugins:
    Dart (233.15123)
    io.flutter (79.0.2)

    Login or Signup to reply.
Please signup or login to give your own answer.
Back To Top
Search