简体   繁体   中英

Where does Android Studio store the signed APKs?

I just built a signed APK of my app, but I cannot find it anywhere. The directory project/app/build/outputs/apk/ only give me the debug version, not the release signed one.

And, when clicking "Locate" after the build, it opens project/app/release , which also does not hold my signed APK.

Where can I find my signed APK?

I am using Android Studio 3.2.1.

How did you build your signed APK? The location you mentioned is default location and only used when using "Build APK" option:

此选项]

If you use "Generate Signed Bundle" option, you can specify the APK location:

在此处输入图片说明]

It will be here

C:\\Users....\\AndroidStudioProjects\\YourProject\\app\\release

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM