Questions tagged [signed-apk]

The signed apk is simply the unsigned apk that has been signed via the JDK jarsigner tool.

An Android apk is just a zip file, so to see the difference between a signed and unsigned apk built from Eclipse, you just need to unzip the files and compare the contents.

182 questions
0
votes
2 answers

Upload failed to google play

I face this problem when I want to upload an app in the google play store :- Upload failed You uploaded an APK or Android App Bundle signed with a certificate that is not yet valid. You need to sign your APK or Android App Bundle with a certificate…
Enaam Riyadh
  • 131
  • 3
  • 15
0
votes
1 answer

Error when getting my Signed APK in Android Studio - Could not find com.android.tools.lint:lint-gradle:26.1.2

When i'm going to create signed APK in Adroid Studio, this error happens.. Could not find com.android.tools.lint:lint-gradle:26.1.2. Searched in the following locations: …
0
votes
0 answers

Generate Signed apk causing the Faced Note Error. How to fix this?

When i want to generate the signed apk. Then it is causing the error. The error log is showing below. Note: the configuration refers to the unknown class 'com.google.android.gms.common.internal.safeparcel.SafeParcelable' Note: the configuration…
Bala
  • 41
  • 1
  • 8
0
votes
1 answer

Keystore SHA1 doesn't match with fingerprint certificate

I had generated signed apk and uploaded before 3 months. Now I edit project and re-generate signed apk with previous keystore.jks. But google has rejected mentioning different certificate fingerprint. I am sure I have developed only one application…
0
votes
3 answers

Should i again generate "Signedapk" after made changes to code

For upload my application on google playstore. I have generated signedapk so my question is after made few changes in code of the app Shall i generate signed apk again ?
Brinda Rathod
  • 2,693
  • 1
  • 20
  • 32
0
votes
0 answers

Release apk crash on launch without any message

i generated the app-release.apk but the apk file crashes when i launch it from my android device. It installs properly but crashes when launched. I dont have any problem using the debug apk. I saw a solution saying to replace View.propTypes to…
Anita
  • 476
  • 3
  • 10
  • 24
0
votes
0 answers

error message when trying to generate signed-apk Android Studio 1.2

I"m new in coding. So I don't know if I'm questioning correctly, but I really need help with this issue. I took a look at this posts: getting error while try to generate signed APK android studio 3 and Dalvik VM error: Exception found…
Ulla
  • 70
  • 9
0
votes
0 answers

Android: Error while generating signed apk : app:transformDexWithDexForRelease

The debug build is working as desired. For below reason i am unable to generate the signed APK. Error:Execution failed for task ':app:transformDexWithDexForRelease'. > com.android.build.api.transform.TransformException:…
0
votes
1 answer

transformClassAndResourcWithProguardForRelease error when I try export signed apk file in android app with proguard enabled?

It is the first time that I am using the proguard with the android app so it is kind of confusing me. Here's scenario about my problem: I enable the proguard in the gradle file and I run it on my phone it is working perfectly (without any error) but…
Jack Hack
  • 101
  • 1
  • 4
0
votes
2 answers

Localize android app

I have 2 string resources in my project. Hindi and English. And it changes dynamically in app itself. I want to launch my application in hindi although default language of device is English. If I change default language in play console to hindi then…
0
votes
2 answers

Unable to build signed apk

When I want to generate a signed apk I get an IDE error: Got negative length for block java.lang.IllegalStateException: Got negative length for block at…
Stein.
  • 1,412
  • 2
  • 10
  • 18
0
votes
1 answer

Android App opens and closes -React Native Signed App

I have taken a signed APK to install in android device and. after installation it crashes/closes in a sec. I have followed official react native documentation to take a signed release APK. React Native Documentation I'm enclosing my build.gradle …
Kartiikeya
  • 2,358
  • 7
  • 33
  • 68
0
votes
0 answers

install_failed_update_incompatible package "package name" singnature do not match with previously installed version

Getting this error while making update version of apk .There are so many thread related to this but my issue is different. On play store my app version name is 1.0 and right now i am making 1.1 and i have also update version code. And I am using…
Jishant
  • 574
  • 3
  • 14
0
votes
2 answers

gradle build error while generating signed apk

I have created an app ready to be uploaded om playstore. I have created Keystore password and all when the gradle builds I get the following error. This is the first time I am uploading an app on playstore. Below are the error and the build.gradle…
jobin
  • 1,489
  • 5
  • 27
  • 52
0
votes
1 answer

Error while generating signed apk in Android studio 2.3.3

Hello I am generating signed apk from Android Studio. But when i try to generate it gives me error. can any one help me to solve this? Error