Skip to main content
The 2024 Developer Survey results are live! See the results

Questions tagged [apk]

An .apk file extension denotes an Android Package (APK) file. This file format, a variant of the JAR format, is used for distributing and installing bundled components onto the Android operating system. For questions related to the Alpine Package Keeper, use the tag [alpine-package-keeper]

0 votes
0 answers
5 views

How to remove amazon variant from expo build

I'm working on an expo project someone created and set up long time ago. Every time I make a build with eas build --platform android --profile someprofile an archive with 2 apk variants is created: . ...
RobinBobin's user avatar
0 votes
0 answers
28 views

Build Apk Flutter

My flutter project uses googlefont poppins. But when I build the apk, the font changes to default. Can anyone help me solve this? I have tried to make it a theme, it still doesn't work. I think my ...
jii's user avatar
  • 1
0 votes
0 answers
34 views

Modded APK displaying errors with minimal edits

I'm completely new to APK modding and I'm trying to edit some strings on a random app I use. I use Apktool to decompile and recompile the APK and uber-apk-signer to sign and zipalign it. Then, I ...
m00nlightsh4dow's user avatar
0 votes
0 answers
20 views

How to reduce the size of bundle apk in Android?

We have a native library (.so) which is about 2 MB for each Architecture('x86', 'x86_64', 'armeabi-v7a', 'arm64-v8a’). Using this Native library we have written an SDK which is going to be integrated ...
Cijo K Paul's user avatar
0 votes
1 answer
27 views

Flet to apk build,

I am encountering an error while building the release version of my Flutter application for Android. The build process fails with the following message: i was used PyCharm Community Edition, I was ...
Yaser Arafath's user avatar
0 votes
0 answers
24 views

How to perform security testing(Manual) of mobile application which is built on Flutter. Tools which are used for Android Flutter APK test

I would like to perform manual android security testing which is developed using Flutter. Any suggestion of tools would be highly appreciated along with steps. Tried using Burpsuit but traffic is not ...
user8166936's user avatar
0 votes
0 answers
28 views

Flutter Android build apk :app:mergeReleaseJavaResource

Build APK Error Android FAILURE: Build failed with an exception. What went wrong: Execution failed for task ':app:mergeReleaseJavaResource'. A failure occurred while executing com.android.build....
Bmmmm's user avatar
  • 1
0 votes
0 answers
29 views

App works from signed APK but fails when installed from Play Store

The signed APK and the APK split from the signed app bundle work fine, but installing the app from the Play Store shows an error. I tried it on my IDEMIA screen device; when building the signed APK, ...
Ebrahim Joy's user avatar
0 votes
0 answers
22 views

Is it possible to encrypt/decrypt libapp.so at runtime?

I've an Android Flutter app, as I understood, the business logic of my app inside the APK is into the libapp.so file. Would it be possible to encrypt it and then decrypt it at runtime to allow app ...
user18107302's user avatar
0 votes
0 answers
19 views

Execution failed for task ':flutter_windowmanager:verifyReleaseResources'

in my flutter app, i run it without any problem, but when building APK i get the following problem FAILURE: Build failed with an exception. * What went wrong: Execution failed for task ':...
Ahmed El Sayed's user avatar
0 votes
1 answer
47 views

Is it possible to strip a V2/V3 signature from APK and retain a valid V1 signature?

Based on my understanding of the the Android V1 (jarsigner-type) APK signature and V2/V3 APK signatures it seems like it should be possible to strip the APK Signing Block (which contains V2 and V3 ...
satur9nine's user avatar
  • 14.7k
-2 votes
0 answers
49 views

How to solve the error for buildozer while converting .py to .apk? [closed]

I was trying to convert my .py file to an .apk file and was getting into some errors. The code below is the code I ran before converting the file. I was doing this from Google Colab !pip install ...
Suchit Choudhary's user avatar
0 votes
1 answer
39 views

React native AsyncStorage doesn't work in the apk made with expo

Im new working with expo, I developed an application that works as expected in expo go, however when I create the apk with eas build the application does not work correctly, when I open the app it ...
Daniel Salazar Rodriguez's user avatar
0 votes
1 answer
47 views

How to make an App to the default phone app

I am new to Android app development. So I'm wondering what I need to do to make my app the default phone app. If anyone can help me I would be very grateful Best regards Raphael Schneider A photo of ...
Raphael Schneider's user avatar
0 votes
0 answers
18 views

Build failed with an exception ':image_compression_flutter:parseDebugLocalResources'

I am trying to run flutter build apk but I get this Error everytime FAILURE: Build failed with an exception. * What went wrong: Execution failed for task ':image_compression_flutter:...
TOUAGUINE SALAH EDDINE's user avatar

15 30 50 per page
1
2 3 4 5
530