Skip to content

A VS Code extension that effortlessly find and open the enclosing folder of your generated apk files

License

Notifications You must be signed in to change notification settings

itscap/Apk-Locator

Repository files navigation

Apk-Locator

A VS Code extension that effortlessly find and open the enclosing folder of your generated apk files.

Why do I need this?

If you are tired of manually searching for the generated apk file every time you launch a build in VS Code you might want to give this a try 🙂

Inspired by Locate function of Android Studio, this should be particularly useful with React Native projects, but you can use it with native project too.

Usage

Just open Command Palette and type Locate APK command:

CMD + Shift + P -> Locate APK

apk-locator direct

It will open apk's folder directly if project doesn't contain multiple flavor or buildTypes

apk-locator select

Or will let you choose build variant otherwise

Features

  • Detects if workspace root path contains an Android Project
  • Detects if a build has already been done
  • Choose which build variant you want to open
  • Opens the enclosing folder containing your apk file 🎁

About

A VS Code extension that effortlessly find and open the enclosing folder of your generated apk files

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published