Issue When I try to run my application with in-app billing I am getting the error: “This version of the application is not configured for billing through Google Play. Check the help center for more information”. I have the billing
Continue readingTag: apk
How can i open an apk app with android studion and modify it
Issue I have an androidp app ans i need to modify it, how can i have the source code from apk file and open it with android studio for modification. thank’s a lot Solution In reality you can’t. First there
Continue readingAPK detected as virus by google drive and email
Issue I have a build variant which we are using internally for testing only and that is shared internally with the team over google drive or email. However, from the last one month, google is flagging this apk as virus
Continue readingMissing classes error when trying to build an android APK
Issue When trying to generate an APK file fro an android app, I get these errors: Missing class com.android.org.conscrypt.SSLParametersImpl (referenced from: void org.conscrypt.KitKatPlatformOpenSSLSocketImplAdapter.<init>(org.conscrypt.AbstractConscryptSocket)) Missing class com.gemalto.jp2.JP2Decoder (referenced from: android.graphics.Bitmap com.tom_roush.pdfbox.filter.JPXFilter.readJPX(java.io.InputStream, com.tom_roush.pdfbox.filter.DecodeOptions, com.tom_roush.pdfbox.filter.DecodeResult)) Missing class org.apache.harmony.xnet.provider.jsse.SSLParametersImpl (referenced from: void org.conscrypt.PreKitKatPlatformOpenSSLSocketImplAdapter.<init>(org.conscrypt.AbstractConscryptSocket)) Missing
Continue readingDecompiled APK with apktool has hex digits in AndroidManifest.xml
Issue I tried to decompile the apk with apktool, modify it a bit, and re-build the apk. Here is what I’ve tried: apktool d viber.apk Modified res/xml/android_backup_rules_api31.xml and res/xml/android_backup_rules.xml apktool b viber … and step 3 cannot proceed because of
Continue readingHow do I build an apk for an Avalonia android app?
Issue I’m trying to build an Android app with Avalonia (using Visual Studio 2022 Community on Windows). How do I make a .apk file? Building the solution results in the following files created in the bin\Release\net7.0-android\: MyApp.Android.dll MyApp.Android.pdb MyApp.Android.runtimeconfig.json MyApp.Android.xml
Continue readingA failure occurred while executing com.android.build.gradle.tasks.PackageAndroidArtifact$IncrementalSplitterRunnable
Issue I got the error when I trying to convert signing in apk. before it was working. after adding the buildTyper it’s not working. can anyone help me with this issue? or anything did wrongly? release { minifyEnabled true proguardFiles
Continue readingSigning APK breaks installation
Issue I am resigning an APK with my own keys using the command line jarsigner.exe -keystore Keys.jks base.apk debug0, after deleting META-INF/CERT.RSA, CERT.SF and MANIFEST.MF, without touching anything else. My issue is that after resiging, installing via adb install base.apk
Continue readingAndroid studio installing APK on phone but can't find the app
Issue I am new to Android Studio and I am trying to deploy an APK to my mobile device in order to test the app. I build the APK successfully but when I install the apk of the app in
Continue readingI Have Issue with Flutter Apk
Issue When I run my Flutter app in debug mode, it works fine. However, when I build the release version and try to install the APK, a warning dialog appears, which is not seen with other APKs from different projects.
Continue reading