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

runtime error after migrating to androidX

I just wanted to build a signed apk, then I got lots of errors which I realized most of them would be solved by migrating to android X, but I get this runtime error after migrating to androidX: java.lang.RuntimeException: Unable to start…
Hamed Salimian
  • 791
  • 2
  • 11
  • 28
0
votes
1 answer

React Native build signed apk Task :app:signingConfigWriterRelease FAILED

I am trying to build signed apk but when i tried ./gradlew bundleRelease it throws : Task :app:signingConfigWriterRelease FAILED FAILURE: Build failed with an exception. * What went wrong: Execution failed for task…
Emre D.
  • 499
  • 5
  • 16
0
votes
0 answers

Why I get "Android package name conflict" error while installing apks with different package names?

I created two years ago an android app called "Belgian Beer" with com.nauwstudio.belgian_beer as id. I always get trouble to get this app visible on Google Play Store and I never understand why. So I decided to create a new app from the same…
0
votes
1 answer

What is the keystore in android?

I am new in android and I have made a app and I am thinking to publish it on play store but I do not know much about keystore and what is signed APK . I did search on youtube and Google and also on stack overflow that help me Stackoverflow link…
kya hai
  • 23
  • 3
0
votes
1 answer

Generate signed APK build runs forever when minifyEnabled is true

I'm trying to reduce the APK size. So as suggested by Google I used shrinkResources and it requires minifyEnabled to be true in bulid.gradle buildTypes { release { minifyEnabled true shrinkResources true proguardFiles…
Roshana Pitigala
  • 8,437
  • 8
  • 49
  • 80
0
votes
0 answers

New register Admob Ads does not display on app

I have generated a new banner ads and interstitial ads on google admob but the ads don't display on app. I find many way on google there are a few said that new generated ads need to wait at least 24 hours to appear on app but my ads has came up 3…
0
votes
1 answer

Error in AdvancedWebView: void onUnhandledInputEvent

I have found following warning while generation signed apk im.delight.android.webview.AdvancedWebView$1: can't find referenced method 'void onUnhandledInputEvent(android.webkit.WebView,android.view.InputEvent)' in library class…
Dinesh Sarma
  • 461
  • 3
  • 14
0
votes
2 answers

unable to make signed apk in react native

While trying to make signed apk of my react-native project using link Generating Signed APK I am getting following error. Unable to resolve module `./touchables` from `C:\Users\pc\Desktop\GSTCalc\node_modules\react-native-gesture-handler\index.js`:…
Neha
  • 175
  • 1
  • 3
  • 18
0
votes
1 answer

Can't generate signed APK react native app

I'm trying to generate signed apk version of my react native app from android studio always the same error appears at the end Caused by: org.gradle.api.tasks.TaskExecutionException: Execution failed for task ':app:bundleReleaseJsAndAssets' I've been…
Kimblos
  • 1
  • 1
0
votes
2 answers

Generating Signed APK from Android Source Code without Android Studio

I have bought an android app source code from codecanyon. I want to generate android apk for distribution without android studio. Any alternative? Reason: I have some problem installing android studio in my pc which makes it impossible to use…
0
votes
2 answers

My application is considered an unknown app

I developed an application in android studio and signed it, but when I try to install that I have this alert message that says your phone and personal data are more vulnerable to attack by unknown apps... why when I sign the app get this alert? I…
0
votes
1 answer

Android Studio: "App not installed" error while generating signed apk for updating existing app

I have generated a signed apk for updating the existing app in google store. For testing successful installation, I tried installing the generated apk in my mobile. But it shows "App not installed". I generated the signed apk with the same jks file…
Dev Anand
  • 314
  • 1
  • 14
0
votes
1 answer

Need to enter keystore details manually in Android Studio even though they exist in build.gradle

I have the following lines in my "project module" build.gradle (i.e. in /ProjectName/ProjectName/build.gradle): android { signingConfigs { release { keyAlias "mykeyalias" keyPassword "mykeypassword" …
Magnus
  • 17,157
  • 19
  • 104
  • 189
0
votes
2 answers

Generate signed apk android studio - Error with key

I am trying to generate signed apk with an exiting keystore but i have following problem Error:org.gradle.tooling.BuildException: Failed to read key MedicalAssistanceKey from store "D:\MedicalAsError:com.android.ide.common.signing.KeytoolException:…
Enaam Riyadh
  • 131
  • 3
  • 15
0
votes
1 answer

Facebook Login: App is not setup in android studio

My App is already in Live mode. Added email inside (Settings->Basic->Contact Email). Still not working Facebook login in my Released Apk(Published in Alpha Stage in Playstore)...showing the following error, Error: App Not Setup:This app is still in…
pb123
  • 489
  • 3
  • 9
  • 25