Option to “build signed apk” missing
up vote
0
down vote
favorite
After updating my Android Studio to the latest version, I can no longer find the option to build signed apk.
I have tried installing beta and canary builds of Android Studio but they do not seem to carry the option either. Can someone help me figure out how to generate signed apks?
android android-studio apk
add a comment |
up vote
0
down vote
favorite
After updating my Android Studio to the latest version, I can no longer find the option to build signed apk.
I have tried installing beta and canary builds of Android Studio but they do not seem to carry the option either. Can someone help me figure out how to generate signed apks?
android android-studio apk
./gradlew assembleRelease
developer.android.com/studio/build/building-cmdline
– rckrd
Nov 11 at 15:43
add a comment |
up vote
0
down vote
favorite
up vote
0
down vote
favorite
After updating my Android Studio to the latest version, I can no longer find the option to build signed apk.
I have tried installing beta and canary builds of Android Studio but they do not seem to carry the option either. Can someone help me figure out how to generate signed apks?
android android-studio apk
After updating my Android Studio to the latest version, I can no longer find the option to build signed apk.
I have tried installing beta and canary builds of Android Studio but they do not seem to carry the option either. Can someone help me figure out how to generate signed apks?
android android-studio apk
android android-studio apk
edited Nov 11 at 15:35
0X0nosugar
6,89131742
6,89131742
asked Nov 11 at 15:02
Glinda
13
13
./gradlew assembleRelease
developer.android.com/studio/build/building-cmdline
– rckrd
Nov 11 at 15:43
add a comment |
./gradlew assembleRelease
developer.android.com/studio/build/building-cmdline
– rckrd
Nov 11 at 15:43
./gradlew assembleRelease
developer.android.com/studio/build/building-cmdline– rckrd
Nov 11 at 15:43
./gradlew assembleRelease
developer.android.com/studio/build/building-cmdline– rckrd
Nov 11 at 15:43
add a comment |
3 Answers
3
active
oldest
votes
up vote
0
down vote
Quick fix is go to File->project Structure->build variants,in build types choose the build you want Debug or Release,scroll down and add a key to Manifest Placeholders apply the changes and click OK,i hope you'll find Generate signed bundle/APK options under build,i don't know if it's the right way to do,it's a rough guess.
I cannot find build variants option under file->project structure
– Glinda
Nov 12 at 5:11
sorry,I assumed you're on Android studio 3.4 canary 3.
– 5NIP3R Xd
Nov 12 at 5:39
add a comment |
up vote
0
down vote
accepted
I solved this issue by deleting and re-downloading Android SDK Build-Tools. Posting this here in case anyone else is facing this issue.
add a comment |
up vote
0
down vote
Try Invalidate restart
Goto File > Invalidate Caches/Restart
If you still face the problem then you have to reinstall the android studio not the build.
Delete the android studio folder from users or where you have given the path while installing.then open the android studio and it will automatically start installing
add a comment |
3 Answers
3
active
oldest
votes
3 Answers
3
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
0
down vote
Quick fix is go to File->project Structure->build variants,in build types choose the build you want Debug or Release,scroll down and add a key to Manifest Placeholders apply the changes and click OK,i hope you'll find Generate signed bundle/APK options under build,i don't know if it's the right way to do,it's a rough guess.
I cannot find build variants option under file->project structure
– Glinda
Nov 12 at 5:11
sorry,I assumed you're on Android studio 3.4 canary 3.
– 5NIP3R Xd
Nov 12 at 5:39
add a comment |
up vote
0
down vote
Quick fix is go to File->project Structure->build variants,in build types choose the build you want Debug or Release,scroll down and add a key to Manifest Placeholders apply the changes and click OK,i hope you'll find Generate signed bundle/APK options under build,i don't know if it's the right way to do,it's a rough guess.
I cannot find build variants option under file->project structure
– Glinda
Nov 12 at 5:11
sorry,I assumed you're on Android studio 3.4 canary 3.
– 5NIP3R Xd
Nov 12 at 5:39
add a comment |
up vote
0
down vote
up vote
0
down vote
Quick fix is go to File->project Structure->build variants,in build types choose the build you want Debug or Release,scroll down and add a key to Manifest Placeholders apply the changes and click OK,i hope you'll find Generate signed bundle/APK options under build,i don't know if it's the right way to do,it's a rough guess.
Quick fix is go to File->project Structure->build variants,in build types choose the build you want Debug or Release,scroll down and add a key to Manifest Placeholders apply the changes and click OK,i hope you'll find Generate signed bundle/APK options under build,i don't know if it's the right way to do,it's a rough guess.
answered Nov 11 at 15:45
5NIP3R Xd
157
157
I cannot find build variants option under file->project structure
– Glinda
Nov 12 at 5:11
sorry,I assumed you're on Android studio 3.4 canary 3.
– 5NIP3R Xd
Nov 12 at 5:39
add a comment |
I cannot find build variants option under file->project structure
– Glinda
Nov 12 at 5:11
sorry,I assumed you're on Android studio 3.4 canary 3.
– 5NIP3R Xd
Nov 12 at 5:39
I cannot find build variants option under file->project structure
– Glinda
Nov 12 at 5:11
I cannot find build variants option under file->project structure
– Glinda
Nov 12 at 5:11
sorry,I assumed you're on Android studio 3.4 canary 3.
– 5NIP3R Xd
Nov 12 at 5:39
sorry,I assumed you're on Android studio 3.4 canary 3.
– 5NIP3R Xd
Nov 12 at 5:39
add a comment |
up vote
0
down vote
accepted
I solved this issue by deleting and re-downloading Android SDK Build-Tools. Posting this here in case anyone else is facing this issue.
add a comment |
up vote
0
down vote
accepted
I solved this issue by deleting and re-downloading Android SDK Build-Tools. Posting this here in case anyone else is facing this issue.
add a comment |
up vote
0
down vote
accepted
up vote
0
down vote
accepted
I solved this issue by deleting and re-downloading Android SDK Build-Tools. Posting this here in case anyone else is facing this issue.
I solved this issue by deleting and re-downloading Android SDK Build-Tools. Posting this here in case anyone else is facing this issue.
answered Nov 12 at 6:15
Glinda
13
13
add a comment |
add a comment |
up vote
0
down vote
Try Invalidate restart
Goto File > Invalidate Caches/Restart
If you still face the problem then you have to reinstall the android studio not the build.
Delete the android studio folder from users or where you have given the path while installing.then open the android studio and it will automatically start installing
add a comment |
up vote
0
down vote
Try Invalidate restart
Goto File > Invalidate Caches/Restart
If you still face the problem then you have to reinstall the android studio not the build.
Delete the android studio folder from users or where you have given the path while installing.then open the android studio and it will automatically start installing
add a comment |
up vote
0
down vote
up vote
0
down vote
Try Invalidate restart
Goto File > Invalidate Caches/Restart
If you still face the problem then you have to reinstall the android studio not the build.
Delete the android studio folder from users or where you have given the path while installing.then open the android studio and it will automatically start installing
Try Invalidate restart
Goto File > Invalidate Caches/Restart
If you still face the problem then you have to reinstall the android studio not the build.
Delete the android studio folder from users or where you have given the path while installing.then open the android studio and it will automatically start installing
answered Nov 12 at 6:29
Umair
96
96
add a comment |
add a comment |
Thanks for contributing an answer to Stack Overflow!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Some of your past answers have not been well-received, and you're in danger of being blocked from answering.
Please pay close attention to the following guidance:
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53249990%2foption-to-build-signed-apk-missing%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
./gradlew assembleRelease
developer.android.com/studio/build/building-cmdline– rckrd
Nov 11 at 15:43