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
1 answer

Flutter signedapk build error in android studio

Task :app:compileFlutterBuildRelease Can't load Kernel binary: Invalid kernel binary format version. Dart snapshot generator failed with exit code 254 Can't load Kernel binary: Invalid kernel binary format version. Dart snapshot generator failed…
0
votes
2 answers

Can I generate keystore from jks or pem file

Hi everyone I got some problems while trying to update my android app: So first I lost my keystore password and I solve It by contacting google support and requested to reset It. Then after that I got this problem: "Your Android App Bundle has…
0
votes
0 answers

Error while build an signed apk. The error is "Keystore was tampered with, or password was incorrect"

I have tried so many ways... And I have tried so many comments, but I got the same error. But my passwords are correct. When I created that, I noted that. I have tried without entering a password in another(keystore1) keystore, I got the mentioned…
Denesh
  • 21
  • 6
0
votes
1 answer

Android key password is missing

I'm using the Android Studio 4.1.1 on MacBook, the AS has been updated several times. I checked How to retrieve Key Alias and Key Password for signed APK in android studio(migrated from Eclipse), but it's not working, there is no AndroidStudio log…
Eric
  • 303
  • 1
  • 8
  • 19
0
votes
0 answers

Error while making signed apk in android studio

I trying to generate signed apk but i am getting these error while making signed apk. So please help me to fix…
0
votes
1 answer

Flutter signed apk uanble to open in android phone

I have just signed my flutter apk and tried to test it but whenever I open it , it just gets stuck into launcher background it is not even launching splash screen and it is showing no error
0
votes
1 answer

Signed APK network issue - Unsigned apk able to read API but signed apk keeps loading

I am using retrofit for my application. it is able to read all API data in development mode and even with Build APK. but same version of code not working in signed APK. it just move to onFailRequest. Connectivity check flag shows true that network…
Ketan Kotak
  • 942
  • 10
  • 18
0
votes
1 answer

jarsigner: the signer's certificate is self signed warning

I was publishing an app to the Aptoide app store. They gave me a blank apk to sign it with the same Keystore used in my main app. I signed the app using command and jarsigner. The app signing is successful but it shows a warning: the signer's…
freshvibes
  • 173
  • 3
  • 15
0
votes
1 answer

Generate Signed APK - Error:java: invalid source release: 14

Recently I started with Flutter and made an app, now I am trying to sign the APK for the release version as documented in: https://developer.android.com/studio/publish/app-signing I have searched a lot on the internet but I have absolutely no clue…
0
votes
1 answer

Ads are not working properly on android app

I created a android app, and I implemented everything by referring the official admob tutorial. I signed my apk, but when I installed it the ads are not showing. Is it necessary to uplaod app on playstore to see the ads?
0
votes
1 answer

How to sign an Android apk securely without using secrets in github?

https://overflow.buffer.com/2020/05/07/using-github-actions-for-android-continuous-integration-and-delivery/ I read, followed the guide here and managed to setup the Github Action to generate a signed apk. Is it possible to sign an Android apk…
calvert
  • 631
  • 10
  • 33
0
votes
0 answers

Generating a signed APK builds a broken APK from a working project

---Edit--- Forgot to include original manifest. Here it is:
0
votes
1 answer

JKS file location in android studio is not updated

I am using a windows 10 OS. I had the jks file in desktop. Then i gave the path to the file and built a signed apk. It was fine. Then i moved the jks file to another location. When I tried to build a signed apk, I gave the new location in the…
Vijai Gunasekar
  • 383
  • 1
  • 3
  • 13
0
votes
1 answer

android studio, how to make signed apk for release build (gradle using KTS build files)

Would like to run the release build (it is app with multiple lib modules), but it is asking for sign it. was working by adding the code in the gradle file as: android { signingConfigs { config { keyAlias 'key0' …
lannyf
  • 9,865
  • 12
  • 70
  • 152
0
votes
2 answers

Admob Ads Not Showing in React Native Signed Apk

I am using react-native-admob to display admob ads in my react native app. Everything was working fine. Ads were loading in debug app as well as in release apk. Now, I want to publish app in playstore and for that I need signed apk. I used steps…
Sanan Ali
  • 2,349
  • 1
  • 24
  • 34