8,438 questions
0
votes
0
answers
38
views
DexGuard + Flutter: Code tampering still possible with ReFlutter & resigning
I’m working on an Android Flutter app and protecting it with DexGuard (Guardsquare).
The security team tested the app and reported that they can still perform code tampering using ReFlutter and then ...
0
votes
0
answers
72
views
What is the difference between base-master.apk and base-master_2.apk?
The bundle split configuration:
bundle {
language {
enableSplit = false
}
density {
enableSplit = false
}
abi {
...
0
votes
1
answer
73
views
Ionic Angular components not rendering in APK
I'm new to ionic project, I'm trying to create a basic login page with 3 icons and input field, when I do ionic serve and check in chrome browser, it is working perfectly
now I try to convert as apk ...
0
votes
0
answers
72
views
React Native / Expo APK crashes immediately on launch but works fine in Expo Go (expo-updates disabled in AndroidManifest)
I built a React Native (Expo prebuild) app into an APK.
In Expo Go, the app runs fine (both debug + release JS).
But when I install either the debug APK or the release APK, the app crashes immediately ...
2
votes
0
answers
1k
views
Android App Fails 16 KB Page Size Check – How to Verify and Fix ELF Alignment? [duplicate]
When I run my app in Android Studio, I see this notification:
APK my_app.apk is not compatible with 16 KB devices. Some libraries have LOAD segments not aligned at 16 KB boundaries:
dump_syms/linux/...
3
votes
0
answers
84
views
What is Total Size and how can reduce it? [closed]
I'm developing a 2D game in Unity (version 6.1).
After building and installing the APK on my Android device, I noticed that the app takes up about 170MB of space. However:
The APK file is only 47MB.
...
0
votes
0
answers
68
views
Android System Monitoring: ADB polling vs. APK with Socket.IO - Which has lower performance overhead?
I need to collect various system metrics from an Android device, including:
Frame rate (FPS)
Memory usage
CPU frequency
Battery level
Battery voltage
Battery temperature
Battery current
Power ...
0
votes
1
answer
106
views
Why are some Android APKs JAR archives and some are ZIP?
I am trying to modify Settings.apk of an Android 11 device to get rid of embedded suspicious likely malware URL in the code in order to disable potential control server communication.
The original ...
0
votes
1
answer
65
views
How can I find the cause of crash in APK build only?
I’m working on a React Native app, it works perfectly fine in development mode, but when I build and run the APK version on a real device, the app crashes immediately with no visible screen.
What’s ...
0
votes
0
answers
69
views
Flutter APK Build Fails Due to connectivity_plus Plugin
I have written the code for an app in Flutter, and now I want to build its APK. However, every time I try, I get an error related to the connectivity_plus plugin/library. I have tried updating and ...
0
votes
0
answers
475
views
React Native release build crashes with UnsatisfiedLinkError: dlopen failed: library "libreact_featureflagsjni.so" not found
I'm building a React Native app on Windows 10 using react-native 0.79.2 (same issue happens on 0.80.0), and my release APK installs but crashes immediately on launch. The crash logs show:
06-19 14:25:...
0
votes
1
answer
108
views
Missing classes detected while running R8 Flutter with Missing class proguard.annotation.KeepClassMembers on running "flutter build apk --release"
TERMINAL
~/StudioProjects/hsp_mgmt_kamranhccp
flutter build apk --release
ERROR: Missing classes detected while running R8. Please add the missing classes or apply additional keep rules that are ...
1
vote
2
answers
170
views
Flutter: Sequence contains more than one matching element
When i am trying to build the appbundle, i get this error:
Execution failed for task ':app:buildReleasePreBundle'.
> Sequence contains more than one matching element.
But when i try to build the ...
0
votes
0
answers
39
views
what mean of this error "cli ERROR end of central directory record signature not found"
i want make a apk with bubblewrap
but when i run bubblewrap init --manifest example.com/manifest.json
show me this error
how can fix it?
Downloading JDK 17 to C:\Users\Abolfazl\.bubblewrap\jdk
...
0
votes
0
answers
38
views
Discrepancy in Apk Size
I have an APK. My mac shows APK's size to be 35.4 MB. However, when I use Android Studio's App Analyzer, it shows APK size as 33.7 MB. Why this discrepancy?
0
votes
1
answer
80
views
Created apk file with buildozer immediately closes when trying to open it [closed]
I created an apk file with buildozer, and then to check if it works I tried to open it with blue stacks but got problem the file immediately closes when I tried to open it, as far as I know I did ...
0
votes
1
answer
256
views
EX_TRANSACTION_FAILED, DEAD_OBJECT error with HIDL
I've looked up all the posts regarding this & also tried to catch DeadObjectException in my Kotlin class, but it hasn't helped. The HIDL implementation is wherein I'm calling the APK (kotlin) ...
0
votes
0
answers
54
views
react native map is not visible after doing this npx eas build --profile development --platform android but works on expo go
click to see how the map is showing in the apk after doing eas build
this is my app.config.js
import 'dotenv/config';
const isProduction = process.env.EAS_BUILD_PROFILE === 'production';
const ...
1
vote
2
answers
172
views
Issues with Permissions in flutter_health_connect: APK Needs to Be Updated
I’m developing a Flutter app using the flutter_health_connect package. I’ve followed the official guidelines, but I’m running into an issue. When I build the APK and try to access data, I can’t seem ...
0
votes
1
answer
144
views
ProGuards/R8 mapping.txt file does not contain original method name anymore
I updated to the latest version of Android Studio and its ProGuard/R8 tool (compiler version 8.7.18). The mapping.txt file is still created when I create an apk file, but it does not contain the ...
0
votes
0
answers
220
views
Error in Buildozer while compiling a Kivy app
I wrote an application using Kivy and I tried to compile it into an APK file using Buildozer (on Google Colab). I did encounter some errors, but I managed to solve them all. Then, 24 minutes into the ...
2
votes
0
answers
171
views
Cannot build release.apk in flutter for my FYP project
I am making an application with Firebase using Android Studio for my FYP. My Flutter works fine in debug mode using Web. I want to build an apk file. But when building the apk file it shows the ...
0
votes
1
answer
316
views
Android 14: this app is not compatible with the latest version of android. check for an update or contact the apps developer
when I run apk(build from react native) in phone it has this error
this app is not compatible with the latest version of android. check
for an update or contact the apps developer
how to fix it?
0
votes
0
answers
50
views
Xamarin to Maui update with an apk on a rooted device
Observations:
Xamarin to Xamarin update:
Reboot occurs as expected after updating from a Xamarin build to a new Xamarin build.
MAUI to MAUI update:
Reboot occurs as expected after updating from a MAUI ...
0
votes
0
answers
101
views
Android studio doesn't create release version of the apk, just debug version
Android studio doesn't create release version of the apk, just debug version:
root@hynek2:/mnt/c/Users/Hynek/AndroidStudioProjects/MyApplication28/app/build/intermediates/apk/debug# locate -i ...