Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

"The destination folder does not exist or is not writeable" error at Android Studio 3.4.2 when try to generate signed apk

I have installed new version Android studio 3.4.2. I developed few android project in older android studio version . But now I am not able to generate signed apk in 3.4.2 version. Unable to release next update. Can any body help me. Thanks in advance for your valuable time. enter image description here

like image 250
Ajoy Avatar asked Aug 01 '19 19:08

Ajoy


2 Answers

changing the path of destination apk to different path. (for C :) you might be able to solve it.

like image 161
Davi Avatar answered Oct 21 '22 06:10

Davi


I had this problem and it was because I'd changed my project's folder name to something different, and the APK was still trying to be built to the original folder (which of course now no longer existed). Just update the output folder name in the dialog box to match what the project's new folder name now is.

like image 4
Sean O'Connor Avatar answered Oct 21 '22 05:10

Sean O'Connor