1,415,449 questions
Advice
0 votes
1 replies
18 views
Is it possible to switch productFlavors(stage, prod and qa) dynamically
I have a requirement to implement an option to switch in between the build variant dynamically, so tried to find the way but no luck.
0 votes
0 answers
40 views
Error "Unable to open asset URL" when using Nextjs + Capacitor
My application only loads the index page, and I can't redirect the page This is logcat from Android Studio: Click the image to enlarge it. Error: 2026-03-27 13:55:18.498 6849-6898 Capacitor ...
Advice
0 votes
0 replies
13 views
Unpacking/Extracting spk file in React Native apps in android
While performing a security assessment on a React Native Android application, I encountered a non-standard asset structure. After decompressing the initial APK with apktool, I located a bundle file ...
0 votes
0 answers
14 views
Clover Sandbox Dashboard: Infinite "Uploading..." spinner with 404 "No app with ID" and "NoSuchKey" errors
I am building a React.Native Bare workflow for a Clover POS integration. I am strictly following the Clover APK Guidelines, but I am unable to upload any APK to the Sandbox Developer Dashboard. The ...
Advice
0 votes
0 replies
44 views
How to use TFLite model signatures with InterpreterApi in LiteRT from Google Play Services ()?
I’m migrating my Android project from the bundled TensorFlow Lite to TensorFlow Lite via Google Play Services (LiteRT). I use Movinet, which uses signatures and I’m feeding it individual video frames ...
-4 votes
1 answer
52 views
com.google.cloud:google-cloud-speech:4.56.0 conflicts with com.unity3d.ads:unity-ads:4.16.5
background: 1. Integrating `com.google.cloud:google-cloud-speech:4.56.0` and `com.unity3d.ads:unity-ads:4.16.5` into the project results in a successful build, but the application fails to run. ...
0 votes
0 answers
39 views
INSTALL_PARSE_FAILED_NO_CERTIFICATES, and the relation between android api level, gradle jvm, project sdk, and gradle version?
I see a pattern like, higher the version of gradle jvm(Settings -> Build Tool -> Gradle -> Gradle JVM), project sdk(File -> Project Structure -> Projects -> SDK), and gradle version(...
-1 votes
0 answers
59 views
React Native Android error: java.lang.String cannot be cast to java.lang.Boolean [closed]
I am building a React Native app (Expo) and my app crashes on Android with the following error: java.lang.String cannot be cast to java.lang.Boolean The error appears on the main screen (HomeScreen) ...
0 votes
0 answers
33 views
Iphone pk pass file not showing icon in android wallet
I have created pk pass file using .net code .. it working fine in iphone.. but when i tried to add in android wallet.. logo not coming.does it really work in android.. or android need to use wallet ...
Advice
0 votes
3 replies
59 views
In Android with Kotlin, is there any way to create a custom element with XML that can contain a child in a specific place?
I’ve been trying to create a custom CardView with a title and below the title any type of content, but, when I try overriding addView in the Kotlin class of the custom element to redirect the child, ...
0 votes
0 answers
33 views
AKA-V1 & IPSec Support in android application
For Mobile telephony based application, we are trying to authenticate via AKA-V1 using SIM information, we do have our own control over GSI Android which enable us to provide permission required for ...
Advice
0 votes
5 replies
73 views
How to properly compress images for recycler view
I have a recycler view displaying multiple images\details from a SQL DB. I have tossed a few ideas back and forth about how to best display the images but I've run into a couple issues. Initially I ...
0 votes
0 answers
50 views
Jetpack Compose chat input: extra space above keyboard and TextField height changes when text starts with spaces
I’m building a chat screen in Jetpack Compose similar to WhatsApp, with a LazyColumn for messages and a message input field anchored at the bottom. I’m facing two related issues with the message input:...
-1 votes
0 answers
50 views
Flutter http.get hangs indefinitely on Android Emulator while other endpoints work [closed]
The Problem am experiencing a critical issue where a specific http.get request hangs indefinitely when called from a Flutter app running on an Android Emulator (API 30)[cite: 6, 8, 9]. Behavior: The ...
0 votes
0 answers
65 views
How to apply wall collision on Flutter app with plugin? [closed]
i am working on a project of my own which is based on (Nvidia instant NeRF mesh models) I'm using Flutter app for the front-end. The problem that I'm facing is how do I detect wall collision on mesh ...