1,415,089 questions
1
vote
0
answers
28
views
not getting onesignal push notifications on android app
in my MainActivity.java
// ─────────────────────────────────────────────
// OneSignal Identity + Permission Handling
// ─────────────────────────────────────────────
private IUserStateObserver ...
0
votes
1
answer
23
views
Custom splash screen and icon not showing in Flet Android build
I am building an Android application using the Flet framework in Python. I am trying to customize the splash screen logo and the app icon, but after building the APK, the app still shows the default ...
0
votes
0
answers
25
views
NestJS Swagger UI loads on real Android device but "Try it out" fails with CORS / Failed to fetch
I am developing a NestJS backend and testing it on a real Android device.
The Setup:
Backend IP: 192.168.1.5:3000 (MacBook)
Device: Real Android phone connected to the same Wi-Fi.
Observation: I ...
0
votes
1
answer
76
views
What permission do I need for /storage?
I have already requested to be an external storage manager and get true for
Environment.isExternalStorageManager()
However, when trying to read /storage e.g. Environment.getStorageDirectory() I get ...
-1
votes
0
answers
45
views
Having trouble with an echo in a VOIP call using Android SDK with Linphone
I have tried Android audio manager to handle echo without joy. I have tried linphone core.config.setFloat("sound","echocancellation... without joy. I have been trying to adjust the ...
1
vote
1
answer
51
views
Unable to find method ''KotlinJvmCompilerOptions.getJvmDefault()'' Android Studio with KSP
I'm making an app in Android Studio using Kotlin. My skills and knowledge are extremely poor, so please make an adjustment for that.
Unable to find method ''org.gradle.api.provider.Property org....
1
vote
1
answer
54
views
MANAGE_EXTERNAL_STORAGE permission request doesn't show
I'm asking for the MANAGE_EXTERNAL_STORAGE permission:
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools">...
2
votes
1
answer
42
views
How to import Room into Android Studio correctly?
I am having problems importing Room into Android Studio correctly. I created a little Counter App, in which the count should be stored in a database. My files for importing Room are:
build.gradle.kts ...
1
vote
1
answer
33
views
How to open Android app if installed, otherwise redirect to Google Play (no JavaScript)
I’d like to add a button to my Android app that acts as a link to another app. If the user has already downloaded it, the app launches; otherwise, it opens the Google Play Store with that app listed. ...
Advice
0
votes
6
replies
74
views
New Beginner starting in flutter advice needed
I have started with dart and learnt basics and started with flutter ui and done with basic components, I am at ground zero I don't know what to do next ,what people do to become a professional ...
Tooling
0
votes
2
replies
31
views
Problems with emulator in android studio
How can I fix the internet connection on my Android Studio emulator?
I have problems with internet connection on Android Studio I try a lot solutions and all failure. Really I need yours helps. As I ...
-2
votes
1
answer
62
views
Running Play Integrity/App Attest flow before new user signs up to your app
Flow:
User enters credentials to sign up for your app
Front end calls backend to get a nonce/challenge
Front end generates token from device and send to Google/Apple servers for validation token
...
Best practices
0
votes
1
replies
34
views
Same Room db from Remote Service and Activity
I wonder if it is okay to use the same Room db in Activity and Remote Service.
Since the Service is remote it resides in a separate process. Is it okay to open the same sqlite db file simultaneously ...
-3
votes
0
answers
75
views
Flutter local notifications work in debug but not in release APK (app closes / notifications not triggering) [closed]
Description
I’m building a Flutter productivity app that helps users stay focused by tracking sessions and scheduling task reminders using local notifications.
App Overview
Users can create tasks ...
Advice
0
votes
2
replies
53
views
What is the role of Android SDK Build Tools in AGP builds if AAPT2, D8, and R8 are distributed via Maven?
Why does running gradle assembleDebug cause Android SDK Build Tools (e.g. build-tools;36.0.0) to be downloaded if they are missing, even though modern Android Gradle Plugin (AGP) versions use Maven ...