Category "android"

node_modules/.bin/react-native run-android --no-packager' (error code 101) (error code 303)

I am not able to solve the above error when running Android build by debug config or by command npx react-native run-android. I have checked and Configured the

Reset view to original position after animation

I'm animating a view and I want to reset the view to the original position after animation ended. This is what I have: rl2 is a relativeLayout rl2.animate().

Heads up push notification not doing the Pop up function

I am new to Android and I have been trying to show a Heads up action push notification just like whatsapp does. This is my configuration for my notification:

Heads up push notification not doing the Pop up function

I am new to Android and I have been trying to show a Heads up action push notification just like whatsapp does. This is my configuration for my notification:

How to set multiple alarms in kotlin?

so I'm new to coding and I'm making an app for Muslims prayer times and I want an alarms to be set repeatedly on these times I tried to many things but It does

White blank screen is displayed when I run my flutter app

I've already added a few dart files with Firebase integration and fixed deprications, but unfortunately it shows a white blank screen when I run my flutter app

Flutter - show android homescreen widget in the app

Is it possible somehow to display Android homescreen widget as a Flutter widget? I've read about PlatformView widget that can embed any Android view inside Fl

The android sdk location cannot be at the filesystem root

I have installed Android Studio in the F:\ drive. My Flutter project is in the E:\ drive. The Flutter plugin is installed in the Android Studio. But when I open

Wifi direct P2P aplication

I am trying to create a android Wi-Fi Direct (P2P) application. I found this code (Creating P2P Connections with Wi-Fi : Message passing issue) and I'm trying t

Flutter:MainActivity cannot be converted to FlutterEngine in Java Native code

I am trying to create a plugin for Flutter in Java. I am trying to pass the Android activity parameter in my main Java class. This is my native code: package

ViewModel updates on screen rotation

I've created a simple project to study Kotlin and Android architecture https://github.com/AOreshin/shtatus The screen consists of RecyclerView and three EditT

Why has SpeechRecognizer suddenly stopped working?

My Android app (Xamarin) uses speech recognition. This has worked fine on smartphones with Android 8, 11 and 12. Since a few weeks the speech recognition of my

Error: "Your Android App Bundle is signed with the wrong key." How to sign apk/aab using Google provided signing information

While uploading my second app project to PlayStore, I got the following error while upload .aab file for a new release: "Your Android App Bundle is signed wit

CoroutineScope Questions

At the Coroutine Scope, Why is the last println() called first when the launch block is called first?

\debug\stableIds.txt: error: failed to open: the data is invalid. (13)

Someone, please give some suggestions on this error. android resource linkage failed: \debug\stableIds.txt: error: failed to open: the data is invalid. (13).

Youtube video playing intent only works if Youtube is not open yet

I would like to send intents for a continuous stream of videos, but all intents, except for the first one (sent with youtube closed) seem to be ignored, and you

How to run react native on WSL with android emulator on Windows

I have a react native expo project on WSL2 and I need to run it on an android emulator on Windows, and I am also willing to run the project using yarn start. Ho

Cannot pass filepath to MediaRecorder in Android 11

I am passing filepath to MediaRecorder for creating video file. File(filePath).exists() returns false, but MediaRecorder fails with IOException, java.io.FileNot

TimePickerDialog in spinner mode

In my project, I use TimepickerDialog to show the time in a TextView. My Timepickerdialog is shown as a clock, but I want it shown as a spinner. How can I do th

Firebase Cloud Messaging : not receiving message in android 12

I am trying to send push notification to android 12 device using Firebase messaging service. When i try to send FCM from nodeJs, onMessageReceived is not called