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

How to fix duplicated entry error related to: gms/internal/zzaso.class in Android Studio?

I'm having a hard time trying to build a signed apk of my app, but I have an error related with google/android/gms class. Do you have idea of what the problem could be? One more thing, I get this error only when I try to generate the signed apk, but…
mary jerson
  • 51
  • 10
0
votes
2 answers

DUPLICATE ERROR: While generating signed APK for release in android

I'm trying to generate SignedAPK for deploying it in the Play Store, but I'm getting the following error. But while building as debug mode it works very fine. ERROR: Error: Execution failed for task ':app:transformClassesWithJarMergingForRelease'. >…
Rakesh Polo
  • 431
  • 1
  • 9
  • 27
0
votes
1 answer

Could not find com.google.android.gms:play-services-ads:11.0.2. Required by: project :

I am trying to compile project on android studio, and I keep geeting this error Could not find com.google.android.gms:play-services-ads:11.0.2. I just want to generate the apk, and I don't understand what cause this behavior.
0
votes
1 answer

Configuration of Signed APK giving an error "configuration is still incorrect"

After generate signed apk and configure it from android studio and an error "configuration is still incorrect" while i have enter the same password and key-store which i enter during apk generation. Screen shot of Configuration is given…
Arsalan
  • 23
  • 2
  • 9
0
votes
1 answer

Can't sign APK because of third party library

This is my first app publication. The project is working fine in the development side, but I am facing a problem during signing APK. Included library in the app of com.1gravity:android-contactpicker and facing problem during signing apk only. error…
sushildlh
  • 8,986
  • 4
  • 33
  • 77
0
votes
1 answer

Getting Error while generating signed apk for Android Wear

Getting bellow Error while generating signed APK for android wear. Error:Execution failed for task ':wear:transformClassesWithDexForRelease'. > com.android.build.api.transform.TransformException: com.android.ide.common.process.ProcessException:…
Shekh Shagar
  • 1,305
  • 1
  • 11
  • 22
0
votes
3 answers

Create signed android apk from an eclipse importe project to android studio

I created an Anndroid project in eclipse and have published it in the Play Stoore, but now I imported it into Android Studio to make some changes. Now that I finished my changes I wanted to publish an update of my project. For this I go to Build ->…
Manuel_Rodrigues
  • 560
  • 2
  • 18
0
votes
1 answer

Signed Apk crashes, direct install via Android Studio not

I have a problem with the signed apk --> the following problem does not appear when I install the apk direct from Android Studio by the "play"-Button. The start of the app is going on without any problems but when I try to click on a view the…
user99316
  • 111
  • 1
  • 1
  • 5
0
votes
1 answer

Unable to generate signed APK - duplicate entry: javax/annotation/CheckForNull.class

Error:Execution failed for task ':app:transformClassesWithJarMergingForRelease'. > com.android.build.api.transform.TransformException: java.util.zip.ZipException: duplicate entry: javax/annotation/CheckForNull.class Below is my app level gradle…
0
votes
1 answer

Wear signed apk doesn't contains data?

I am newbie with wear app.. I have generated signed release apk for both :mobile and :wear apk .I have no issues with :mobile apk but my :wear apk is not containing any data. when after generating apk, i got below error when i look in edit…
PN10
  • 1,888
  • 3
  • 23
  • 34
0
votes
1 answer

Not able to run build in Android: Even in Debug mode

I can understand that there are some library files duplicate. But I am not able to locate and fix it!.. Error:Execution failed for task ':app:transformResourcesWithMergeJavaResForDebug'. > com.android.build.api.transform.TransformException:…
0
votes
3 answers

how to deploy a signed APK from Android Studio

I have built and signed my APK from Android Studio. Now I want to run the signed APK in Android Studio. How can I do this? thanks -Sonam
Katlock
  • 1,200
  • 1
  • 17
  • 41
0
votes
0 answers

Android - Execution failed for task app:transformClassesAndResourcesWithProguardForRelease

Frist time making a signed APK and I got some warnings and an error: Warning:okio.DeflaterSink: can't find referenced class org.codehaus.mojo.animal_sniffer.IgnoreJRERequirement Warning:okio.Okio: can't find referenced class…
Leonardo Sibela
  • 1,613
  • 1
  • 18
  • 39
0
votes
0 answers

Error while generating signed apk: Unable to open as zip archive - Eclipse

I have created an android application in Eclipse, however while running the zipalign command to export it as a signed apk, the following error shows up and the apk is not generated. Please guide me on how to fix this error? Thanks.
Kyaw Zin Wai
  • 449
  • 5
  • 10
  • 26
0
votes
1 answer

Cannot generate the signed APK due to some warning

While generating a signed APK I got these warinings Warning: org.junit.internal.runners.statements.FailOnTimeout: can't find referenced class java.lang.management.ManagementFactory Warning: org.junit.internal.runners.statements.FailOnTimeout: can't…
Nitt
  • 1,813
  • 3
  • 12
  • 15