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

Signed apk android. What does Android use the signature for?

Starting with Android I have seen that it is necessary to sign the apk. But thinking about what a digital signature is and for what it serves (guaranteeing authenticity and integrity of information) I've read that Android really does not make you…
fernando1979
  • 1,727
  • 2
  • 20
  • 26
0
votes
1 answer

MuPDF Crash Issue in Signed APk

i have integrated mupdf in my android application and it works flawless in the emulator and device i use but it crashes in release version, after creating signed apk if i click on pdf file to open the app crashes showing the error below…
0
votes
2 answers

Unable to Generate Signed APK

My code is running fine on device but when i try to generate Signed APK, it starts giving error; Information:Gradle tasks [:assembleRelease] Error:UNEXPECTED TOP-LEVEL ERROR: Error:java.lang.OutOfMemoryError: GC overhead limit…
0
votes
1 answer

Android - Signed APK - animated-vector not working

I am facing an issue where I am using the vector drawables along with animated vector drawables. Everything has been working fine and smooth so far on API level 15+. Today when I was preparing to release an update, I built a Signed APK and did the…
0
votes
1 answer

how to create a text file of crash logs of a signed app in android

I have developed an application and the app is crashing sometimes in the signed APK. I am not able to reproduce the issue hence not able to resolve the same. How to I create a text file of crash logs in signed application. any help would be…
Mithilesh Izardar
  • 2,117
  • 1
  • 13
  • 24
0
votes
0 answers

Signed apk behaving very differently than if the application is run directly on emulator

I made an android application which at the end sends an object in json format to a web service and from there the data goes into database. When i run the application directly on the android emulators it works perfectly and all the data is perfectly…
Jeet Gandhi
  • 75
  • 1
  • 14
0
votes
2 answers

InflateException only in a signed apk

java.lang.RuntimeException: Unable to start activity ComponentInfo{muhammad.ibrahim.alkady.al_quran_al_kareem.radio/muhammad.ibrahim.alkady.al_quran_al_kareem.radio.activities.MainActivity}: android.view.InflateException: Binary XML file line #2:…
user5186466
0
votes
2 answers

Android Studio: After changes in my project is it rquired to make project manually before generating signed apk?

When I change something in my application, I usually make project and then run it for debug. However I want to know when I edit my code and want to build signed apk, is it required to first make it, then generate signed apk or generating singed apk…
VSB
  • 9,825
  • 16
  • 72
  • 145
0
votes
2 answers

How to use the signed apk file on phone?

Using the Android Studio I was able to build my app. After building I navigated to Build Variant changed to release. Then using the Generate Signed Apk got the apk file: app-release.apk Before uploading this file on phone I wanted to use this in my…
-1
votes
1 answer

Android app release with google signature

I have to add a quick fix in our app and release that app. But releasing the app could take few days. User has already installed the app from Internal Testing Track. So if I share the apk to users, if user installs without uninstalling the existing…
Kiran Uppunda
  • 43
  • 1
  • 6
-1
votes
1 answer

Android Signed APK doesn't display maps in Android

Google map is not visible after generating signed APK in Android. I have made the SHA1 key using these steps. 1) On the right-hand side, I have clicked on Gradle 2) I have expanded my project folder 3) After that I have clicked on Run …
Parth Bhayani
  • 1,894
  • 3
  • 17
  • 35
-1
votes
1 answer

Getting error while a signed apk

gradle apply plugin: 'com.android.application' android { compileSdkVersion 26 buildToolsVersion "26.0.3" defaultConfig { applicationId "se.btcx.wallet" minSdkVersion 21 …
Bandish
  • 39
  • 5
-1
votes
1 answer

Google maps not showing on signed apk android

In my project the Maps and everything, but when I generate a signed APK it doesn't works, I already have the "google_maps_key" in my project, I went to Google Console and put any restriction so I could test not just from my Android Device and still…
Nathiel Barros
  • 685
  • 2
  • 11
  • 25
-1
votes
2 answers

com.android.build.api.transform.TransformException: java.util.zip.ZipException: duplicate entry: com/onesignal/ActivityLifecycleHandler$1.class

I am receiving the error when trying to generate a signed apk on android studio. Research has shown I need to exclude a module to one of the compiled jar files. But I cannot tell which one needs to be excluded. The following is my list of…
-1
votes
1 answer

INSTALL_PARSE_FAILED_INCONSISTENT_CERTIFICATES Handling without Uninstalling?

I am re-posting this question because I found nothing from other previous answers asked by others. All are saying "Uninstall previous app and Install new". But What I want is: I am upgrading my app Version, While I am installing it to device…
user7666528
1 2 3
12
13