Skip to main content
Filter by
Sorted by
Tagged with
0 votes
0 answers
38 views

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 ...
shane's user avatar
  • 21
0 votes
0 answers
72 views

The bundle split configuration: bundle { language { enableSplit = false } density { enableSplit = false } abi { ...
zh liu's user avatar
  • 21
0 votes
1 answer
73 views

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 ...
Kathiravan S's user avatar
0 votes
0 answers
72 views

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 ...
sevense IQ's user avatar
2 votes
0 answers
1k views

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/...
codophile's user avatar
3 votes
0 answers
84 views

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. ...
zafer's user avatar
  • 479
0 votes
0 answers
68 views

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 ...
Bellong's user avatar
  • 49
0 votes
1 answer
106 views

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 ...
Athwale's user avatar
  • 70
0 votes
1 answer
65 views

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 ...
RAED SH's user avatar
0 votes
0 answers
69 views

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 ...
Abdul Rehman's user avatar
0 votes
0 answers
475 views

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:...
Robbie Woodhams's user avatar
0 votes
1 answer
108 views

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 ...
Kamran Mansoor's user avatar
1 vote
2 answers
170 views

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 ...
Braulio Mac's user avatar
0 votes
0 answers
39 views

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 ...
Abolfazl Alinia's user avatar
0 votes
0 answers
38 views

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?
Kavya Jain's user avatar
0 votes
1 answer
80 views

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 ...
francois de koker's user avatar
0 votes
1 answer
256 views

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) ...
droid_dev's user avatar
  • 315
0 votes
0 answers
54 views

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 ...
Gaurav's user avatar
  • 21
1 vote
2 answers
172 views

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 ...
Ricardo Sanguedo's user avatar
0 votes
1 answer
144 views

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 ...
Gerrit Humberg's user avatar
0 votes
0 answers
220 views

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 ...
Elvis's user avatar
  • 101
2 votes
0 answers
171 views

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 ...
hugoleung's user avatar
0 votes
1 answer
316 views

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?
Samira Gheibipour's user avatar
0 votes
0 answers
50 views

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 ...
andreas's user avatar
0 votes
0 answers
101 views

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 ...
user105898's user avatar

1
2 3 4 5
169