signed-apk Questions

13

Solved

I just updated my Android studio to the version 2021.1.1 Canary 12. After struggling to make it work, I had to also upgrade my Gradle and Gradle plugin to 7.0.2. Now I can compile my project and la...
Magnanimous asked 1/10, 2021 at 15:11

9

I have updated the Android Studio to 4.0, then while generating signed apk I received an error showing Host name must not be empty. But I was successfully able to debug the app in my device and is ...
Epstein asked 30/5, 2020 at 13:54

14

I'm trying to generate a Signed APK for react native project. Followed steps from android and react-native documentation. my Build.gradle file android { compileSdkVersion 23 buildToolsVersion '26.0...
Cruikshank asked 29/12, 2017 at 4:24

4

Be informed that we have created an apk file through command line with the help of Android SDK. Now since uploading it to google play store needs the apk to be signed. How shall we do this.
Arleta asked 5/6, 2018 at 17:19

16

Solved

I have updated my android studio from 3.5.x to 3.6 today and getting an error while generating signed apk for build variant showing the following message - Entry name 'res/layout/test_toolbar.xml' ...
Sabinasabine asked 26/2, 2020 at 2:49

3

Solved

While trying to Generate a signed APK I'm getting this error Entry name 'classes.dex' collided Can someone tell me how to solve it? I recently changed the default package name which was com.exmapl...
Axe asked 4/3, 2021 at 14:31

2

Solved

So I just finally finished my first app and wanted to put it in the google store and for an unknown reason it always says "You must import a valid .apk file.". I really don't know what I'm doing,...
Cementum asked 17/11, 2017 at 3:59

2

I am trying to generate a signed APK for my app and it works if I only use signature V1. When I use signature V2 and then check apk with keytool, the output is: keytool -list -printcert -jarfile a...
Husain asked 15/11, 2019 at 13:49

7

I am trying to update an existing Android app, but while generating a Signed APK the following error message appears: Algorithm HmacPBESHA256 not available I have searched the internet for a soluti...
Potion asked 7/5, 2021 at 15:39

7

After setting up the Sentry.io error tracking I get this error when I try to Generate Signed Apk: Java Compiler error: An organization slug is required (provide with --org) Click on this image a...
Bolin asked 19/11, 2018 at 7:14

3

Solved

I need the SHA 1 fingerprint from my RELEASE key and as I understand the key is generated when I select the option in Android Studio to build a signed release APK and then I get a Keystore.jks file...
Corrasion asked 26/7, 2016 at 13:31

2

Solved

I am facing with this peculiar problem where my app crashes as soon as it is launched when generating signed apk with obfuscation (progaurd).My progaurd looks like below : -keep public class * ext...
Tricostate asked 25/4, 2017 at 4:6

2

I can't signed my apk with the existing keystore. Its giving me this error when signing: com.android.ide.common.signing.KeytoolException: Failed to read key Cannot recover key So, by following thi...
Chock asked 20/11, 2016 at 16:39

4

Solved

I am developing an app which uses Google APIs. I have created credentials at "Google Developers Console". If I creates a signed APK, and run it on the phone, there is no problem. The problem is, w...
Auxochrome asked 22/11, 2014 at 19:10

1

Solved

Firebase phone authentication not working after .apk released in play store even after I have updated sha1 in firebase console after that I have generated google-services.json again and updated jso...

4

I am trying to use proguard in my app set the proguard to true and then the problem starts I am importing lib when I use proguard by following this -keepnames class com.somepackage.* with my packag...
Detach asked 17/5, 2017 at 18:38

1

Solved

I'm trying to release an APK and while I'm trying to Generate sign APK I get this error Error:Error: Permission name C2D_MESSAGE is not unique (appears in both com.company.myApp.permission.C2D_ME...
Ol asked 18/4, 2017 at 13:13

1

Solved

Android Studio 2.3 Generate Signed Apk Second Step Signature Verification v1(Jar Signature), v2(Full Apk Signature) How to enabled ? Signed Apk Second Step screenshot below gradle files: My build...
Lozoya asked 16/3, 2017 at 4:33

1

I'm developing Android application using android studio version 2.2.2 and gradle version 2.2.2. I am trying to generate signed APK. I did the regular process for generating signed APK with Android ...
Fedora asked 30/12, 2016 at 6:16
1

© 2022 - 2024 — McMap. All rights reserved.