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

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.

0 votes
0 answers
9 views

Correct Location of Android & Ios Manifest

What is the correct location for Android manisfest and Ios in Flutter Here is my code I need the correct location details, so that this can work successfully Future<void> _updateAndroidManifest(...
Clubz Friendship's user avatar
0 votes
0 answers
7 views

How to create a temperature knob in Android Studio?

I'm still learning with android development with android studio as IDE and I'm trying to learn the Thermostat knob ux design in documentation that the anrdoid studio have (like the image below) but I ...
Greg's user avatar
  • 1
0 votes
0 answers
8 views

Android 14 BLE - WRITE_TYPE_DEFAULT vs WRITE_TYPE_NO_RESPONSE

My Android and iOS app (react native based) uses BLE to connect to a custom esp32-based peripheral. It's been working fine for years, but starting with Android 14 some features are not working. In ...
Mike M's user avatar
  • 4,388
0 votes
0 answers
15 views

Time variable's state not changing after setting its state

here's a flutter package called circular_countdown_timer , I want to change its timer state by giving a costum variable, to make it clear I've created a simple page which containg just the very widget ...
Antony Artoonian's user avatar
-3 votes
0 answers
20 views

* What went wrong: Value 'C:Program FilesJavajdk-17.0.12' given for org.gradle.java.home Gradle property is invalid (Java home supplied is invalid) [closed]

What platform(s) does this occur on? Android Where did you reproduce the issue? in a development build Summary I'm facing an issue creating an Android development build using EXPO. After updating ...
Lima's user avatar
  • 1
-1 votes
0 answers
17 views

My app has been rejected and wasn't published due to the policy issue

My app has been rejected and wasn't published due to the policy issue. Issue found: Unable to verify core functionality of app Your in-app experience does not match the core functionality for your ...
Anand Nishad's user avatar
0 votes
0 answers
12 views

getCredentialAsync claims no provider dependencies found from a module which works on different app

I have a library myLibrary which contains all authentication logic which being used in 2 apps, one for android mobile app and the other for androidTV app. The authentication works in the mobile app ...
Guy Sadoun's user avatar
0 votes
0 answers
15 views

Android, Java + Goople Map: Straight routes useless. Is it possible to eliminate them?

Video of problem Straight routes useless. Is it possible to eliminate them? there are straight lines that i wouldn't want. Input from rest_api it's a simple json in this link: https://drive.google.com/...
Lucifer85's user avatar
0 votes
0 answers
12 views

How to show debug logs while running blazor hybrid app on local android device?

I am using VS2022 Community Edition on Windows 10. I have followed this tutorial https://learn.microsoft.com/en-us/dotnet/maui/android/device/setup?view=net-maui-8.0 and have gotten my blazor hybrid ...
AgentX4000's user avatar
0 votes
0 answers
8 views

Android Nearby Connections do not send files anymore

I am using Android Nearby Connections to send files through Wifi and messages through blutooth between two S21 devices. Bluetooth messages are ok between the two devices but sending a file between the ...
frank's user avatar
  • 435
0 votes
0 answers
19 views

Error "Unresolved reference: serviceOf" updating gradle

I'm trying to update gradle in my expo react native app and to do so I executed "./gradlew wrapper --gradle-version 8.9" in the android level. But when I see the logs of the update, it ...
codertocode's user avatar
1 vote
1 answer
24 views

Flow not updating when broadcastReceiver is called

I'm new to kotlin and trying to make a reminder app for medicines for a course. My VM doesn't react to when new names are added into the currentAlerts flow by my alarmReceiver. The only time 'doing ...
Oskar Andersson's user avatar
0 votes
0 answers
15 views

Android: lifecycleScope.launch not working inside LiveData observer after Orientation change

I have the following code in my Activity which i call in onCreate val carFlow: Flow<Car> = carFlowProvider.provideFlow() viewModel.testingLiveData.observe(this, Observer { testValue -> ...
Tony Dev's user avatar
0 votes
0 answers
13 views

Trying to get values from a spinner on Appium Inspector

Im trying to get a value from this spinner but I cant select it using Appium Inspector, but it only selects the thing below the item: Appium Inpector with the spinner not selected List opened, and the ...
Vitor Ferreira's user avatar
0 votes
1 answer
16 views

Permission Dialog for Kotlin App not showing up

I am making an Android App with Kotlin for a College Assignment. The assignment has a requirement to store an image into an SQLite database. I code in the code to request permissions to access the ...
Marcus Chan's user avatar

15 30 50 per page