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
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
19 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
14 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/...
user26528377'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
16 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
22 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
12 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
0 votes
0 answers
7 views

Question: How to Create a Custom WireGuard Client App Using Java in Android Studio?

I am trying to create a custom WireGuard client app using Java in Android Studio. I'm using the com.wireguard.android:tunnel library available on Maven Central. Here are the steps I've followed so far:...
Light Tech's user avatar
0 votes
0 answers
4 views

Object detection and Object classification in android kotlin [closed]

I want to deploy two object detection models in a single project: the first model to detect cars and the second model to detect license plates. For the first model that detects cars, I want to apply a ...
Dev Soni's user avatar
0 votes
0 answers
14 views

How to prevent installing apps in private space in android 15 beta?

In new private space feature in Android 15 devices, No Push notifications are showing. In my app, push notification is mandatory to the user, and installing app in private space won't show any push ...
Karthikeyan Pandian's user avatar

15 30 50 per page
1 2
3
4 5
11