Skip to main content

Questions tagged [android]

Android is Google's mobile operating system, used for programming or developing digital devices (Smartphones, Tablets, Automobiles, TVs, Wear, Glass, IoT). For topics related to Android, use Android-specific tags such as android-intent, android-activity, android-adapter, etc. For questions other than development or programming but related to the Android framework, use this link: https://android.stackexchange.com.

android
0 votes
0 answers
5 views

What does "Trouble initializing Branch. Task exceeded timeout." from Branch.io mean?

I have a react-native app (Expo) that uses Branch.io's RN SDK for deep links and deferred deep links. On Android only, the branch.subscribe() method is passing through this error on app start up: ...
user680141's user avatar
-1 votes
0 answers
10 views

Recommended Libraries and Resources for Implementing BLE in Android with Java [closed]

I'm currently working on an Android project that requires Bluetooth Low Energy (BLE) functionality. Specifically, I'm developing the application using Java and I need recommendations for: Libraries: ...
user11994308's user avatar
0 votes
0 answers
4 views

how to reslove unsatisfyLinkError for libgdal.so file in 64-bit android

I am developing an Android app that uses the libgdal.so library. When I run the app I get the error like this java.lang.UnsatisfiedLinkError: dlopen failed: "/data/app/~~fEMejdDPZpV3FZzivEAV9Q==/...
Rahul Kumbar's user avatar
0 votes
0 answers
8 views

Android Studio debugger not working always show Collecting data

My Android Studio debugger isn't working. When it hits a breakpoint, it shows "collecting data" all the time (Emulator and Device), making it difficult for me to work efficiently. Previously,...
Jickabyte Budsayamas's user avatar
1 vote
0 answers
11 views

Invariant Violation: TurboModuleRegistry.getEnforcing(...): 'RNGestureHandlerModule'

Invariant Violation: TurboModuleRegistry.getEnforcing(...): 'RNGestureHandlerModule' could not be found. Verify that a module by this name is registered in the native binary.Bridgeless mode: true. ...
androider's user avatar
  • 122
0 votes
0 answers
19 views

How to replace profile icon with name initials in bottom navigation bar once user logedin in Android compose application

How we can replace a profile icon in the bottom navigation bar with firstname and lastname charecters dynamically
user7029573's user avatar
0 votes
0 answers
13 views

MissingPluginException when using Flutter module as AAR in native Android project

I have a Flutter module that communicates with native Android code using MethodChannel. When I run the Flutter module independently, everything works fine and the native code is called correctly. ...
Shoeb Sultan's user avatar
0 votes
0 answers
11 views

How do I get a particular value in an animation resource file?

I want to get the duration value in my animation resource file at runtime. <?xml version="1.0" encoding="utf-8"?> <set xmlns:android="http://schemas.android.com/apk/...
slowcoder's user avatar
0 votes
1 answer
13 views

Jetpack Compose NavGraphBuilder uses composable as a method parameter. How?

This is from an Android compass app project at https://github.com/AkarshGuptaa/Compass.git which compiles and runs without bugs I'm wanting to know how compassComposable: @Composable () -> Unit is ...
Doug las's user avatar
0 votes
2 answers
14 views

Error with './gradlew assembleRelease': Failed to install Android SDK packages due to unaccepted licenses

Background: I'm encountering an issue while trying to build a release version of my Android application using './gradlew assembleRelease'. I've already accepted all Android SDK licenses using the ...
Freq's user avatar
  • 1
0 votes
0 answers
12 views

How to implement SSL pinning using public key in Ktor client

I am using the Ktor in my native application, In which I will be receiving the Public key from the login API. This public key I will be saving in a preference at init Now I need to use this public ...
arun's user avatar
  • 195
0 votes
0 answers
10 views

Compose TextField lose focus when newline on Samsung Note 10 Lite

Surface { Box(contentAlignment = Alignment.Center, modifier = Modifier .fillMaxSize() .padding(32.dp)) { var state by remember { mutableStateOf(TextFieldValue("")) } ...
Jeff Liu's user avatar
  • 131
0 votes
0 answers
8 views

Is there a way in the gradle build system to prevent all permissions of library dependencies from getting merged into application's manifest?

Recently, Google Play Billing library added Network related permissions, which are not really required for the billing functionality. See Google Play Billing Library 6.0 introduces the INTERNET ...
Tablet1 User1's user avatar
0 votes
0 answers
13 views

Playing audio streamed via ws with just_audio in flutter (Mobile)

The aim is to play audio as soon as it comes from the server via the ws connection, and continue playing the whole message without any interruptions. (after the first audio chunk the rest should ...
Mustafa 's user avatar
0 votes
0 answers
8 views

Expo builds keep failing

my builds keep failing and here is the error that's showing this time: Error: Unable to resolve module ../../assets/images/icon.png from /home/expo/workingdir/build/app/(app)/index.tsx: 863 None of ...
yacine bendjebbar's user avatar

15 30 50 per page
1
2 3 4 5
94583