Category "android"

Android Studio Chipmunk issue with Orientation for Preview

I have been using AS-Bumblebee for a couple of months with a new project. Recently I started adding landscape pages to the App. Clicking the Orientation for Pre

Automotive Intel x86 Atom System Image not found SDK Manager

I am trying to start Automotive emulator reading this article https://developer.android.com/training/cars/testing To install the generic system image: In Androi

Is there a way to extract frame by frame Both the Depth and RGB from an MP4 captured using ARCore API?

I tried creating a scanner through Recording and Playback API from ARCore in Android Studio, right now I can save the mp4 file format. I assumed that the mp4 fi

Jacoco in Android project - what am I missing?

Seemed like adding Jacoco to an Android project would be a straightforward process, but so far it's been nothing but pain. Having tried a few guides to getting

How do I stop Brave browser on Android turning static text into web links?

While testing my web page on Brave browser on Android, there was an unexpected behaviour where a person's name that was displayed in the page within a td elemen

Flutter FCM push notification show the blank screen when user tap on Notification in killed state

When user tap on push notification in termination state of app then it will open blank screen and app stuck on this screen and when app is in background then it

Add 2 or more constructors in kotlin

how to add 2 or more constructors ?? i know the use of data class in kotlin, but i am not getting what exactly this keyword is in kotlin and why we have to put

AndroidStudio get more and more dark grey bars when opening dialogs

AndroidStudio(Arctic Fox | 2020.3.1) get more and more dark grey bars when opening dialogs. When I open a dialog, something wrong happened that a grey bar appe

OpenCV Android React Native unknown exception on some functions in imgproc module

I'm trying to use OpenCV in an mobile app written with React Native. For now i only focus on the Android part. I use the official OpenCV for Android release. I

Cannot resolve symbol FlutterActivity

I imported flutter project from github into Android Studio with 'VCS -> Checkout from Version Control'. And now I'm facing the issue: Cannot resolve symbol F

Run python code right out of github on phone

Is there any mobile python IDE that let you get download code from GitHub directly into the app? In fact, IDE would be an overkill - I don't need to code in the

Task :app:bundleReleaseJsAndAssets FAILED - React Native - Android

Getting this error in my React-Native app when I run on Android using npx react-native run-android --variant=release or generate a Release Build. I tried whatev

Suspend function 'callGetApi' should be called only from a coroutine or another suspend function

I am calling suspended function from onCreate(...) override fun onCreate(savedInstanceState: Bundle?) { ... ... callGetApi() } and the suspended

MutableStateflow Value Vs Update vs Emit

Let say I have a MutableStateFlow variable. What is the main differences and usage of the three cases mutable.value = 1 mutable.emit(2) mutable.update {3}

intent.resolveActivity returns null in API 30

Looking at intent.resolveActivity != null but launching the intent throws an ActivityNotFound exception I wrote opening a browser or an application with Deep li

How to use a condition in a MutableState in Jetpack Compose

I'm trying to change my loginEnabled value to true or false based off two textfield's being not empty, however my current implementation always returns false, c

How can I get new entered value on EditText with TextWatcher

I can get the old value. But I do not have a solution to get a new entered value. In fact, I want to separate the old value from the new value. For example: I

Flutter failed to create parent directory

I formatted my PC and kept flutter sdk location in the same spot. The only difference was the name of the user folder. Before it was called "thesl", but now it'

Latitude and Longitude from google's geocoder not working on waze

I am trying to make this link work on waze app: https://waze.com/ul?ll=-58.440634,-34.611324&z=10 Those are the lattitude and longitude given by google's

Android Studio - ActivityInstrumentationTestCase2 not found?

I am trying to unit test my MainActivty. My project cannot find ActivityInstrumentationTestCase2 and android.test package. I changed the target SDK to 27 to see