Category "android"

minCompileSDK specified in dependency AAR metadata (androidx.window:window:1.0.0-beta04)

I'm currently using Android studio attempting to run an old Flutter project I made about a year and a half ago. When I attempt to run it I get the error: The mi

Android API 28 getBitmap throwing "no such column" error

On Android API 28, I'm trying to get the album art for a particular album using the albumID. The code throws the following error on getBitmap android.database.s

How to get the Config.json file for Alexa voice service (AVS) SDK (Download button missing ?)

I am trying to build AVS built-in device for Android platform I followed the steps given in this doc https://developer.amazon.com/en-GB/docs/alexa/avs-device-sd

Facing "Problem of parsing the package" while installing a wrapped APK file with Microsoft Intune in android phone

I have an APK file which is installing and working fine on android phone, but when I am wrapping this APK file with Microsoft Intune it is giving an error when

How to hide App icon from launcher in Android 10 and higher

I know there is a way to hide app icon in Android 9(API 28) and lower. But is there a work around to make the same happen in Android 10(Api 29). The code below

Coil image caching

I load my images into an android app with the Coil library. And it instantly shows me cached images if there is no internet. But when there is an internet conne

What is different between the DCIM storage and Android/Media storage paths, and how can one access and save the files in them by which method?

I have some doubts regarding the storage in the android! What is different between the DCIM storage and Android/Media storage paths, and how can one access and

Which types of files can be saved via MediaStore APIs?

I have some doubts regarding the storage in the android! Which types of files can be saved via MediaStore APIs? I am making a messenger like WhatsApp and am stu

MissingPluginException(No implementation found for method getAll on channel plugins.flutter.io/shared_preferences) while getting FCM in background

I'm working on a Flutter app in which I'm using the shared_preferences: ^2.0.13 package. Flutter version : 2.10.1 (latest) gradle version: 6.7 Android gradle

Android TextInputEditText default context menu, dismiss programmatically

I would like to as if there is a way to programmatically dismiss the context menu of android . The menu shows whenever I long press the TextInputEditText. "Cut"

Android TextInputEditText default context menu, dismiss programmatically

I would like to as if there is a way to programmatically dismiss the context menu of android . The menu shows whenever I long press the TextInputEditText. "Cut"

Why is onReceive called multiple times?

I am running a worker in a glance composable on android. why is onReceive being continuously called in an infinite loop? What am I missing here? class MyWidget

If I use Media Store APIs, where will the files be stored?

I have some doubts regarding the storage in the android! If I use Media Store APIs, where will the files be stored? I am making a messenger like WhatsApp and am

Android packages are ignored when using VCPKG with manifest mode

I was trying to install android libraries using vcpkg manifest, but they are simply skipped for some reason. I am lost, pls tell me what I am doing wrong. This

Unable to install and run Android Emulator for VSCode without Installing Android Studio

I'm new to VScode and Flutter development. I'm attempting to install and run an android emulator in VScode without installing Android studio. The following is t

How does WhatsApp use and manage the storage. some of the files are stored in android/media, some are in DCIM, and some are in app-specific storage?

I have some doubts regarding the storage in the android! I am making a messenger like WhatsApp and am stuck in the storage part? Please help me! I am open to su

adb server version (40) doesn't match this client (41); killing... On MacOS

I am looking my problem solution. I try many method to solve this problem. ( I am using MacOS) I am trying to run Flutter Demo App on Android Studio before the

"Unsupported value: Tiramisu" while I try to set up the Android 13 SDK

I followed this page: https://developer.android.com/about/versions/13/setup-sdk to set up Android 13 SDK. In my build.gradle: android { compileSdkVersion("T

Implement autofill service in android app

I'm trying to build a password manager application. During the process I've come across a problem: implementing the autofill functionality that other password m

Jetpack Compose structure

I have a question Now, for example, in the old days, we had different activities, we had different fragments The code was divided into different files For examp