Category "android"

Getting 'com.android.tools.r8.internal.Hc: Sealed classes are not supported as program classes' when trying to load Microsoft SQL Server JDBC

I'm using android studio to connect to a Microsoft SQL Server and I can't use the JDBC for JDK 17. It just appears with the following error message: 'com.androi

File pattern '*.psd' (from 'bundled' plugin) was reassigned to file type 'Adobe Photoshop' by 'Android' plugin

Got this message in event log: Same like File pattern '*.apk' (from 'bundled' plugin) was reassigned to file type 'APK' by 'Android' plugin In my project there

File pattern '*.apk' (from 'bundled' plugin) was reassigned to file type 'APK' by 'Android' plugin

Suddenly android studio showed this message. What is that I must do? It is showing: File pattern '*.apk' (from 'bundled' plugin) was reassigned to file type 'AP

Flutter android app doesn't have internet connection

I built an flutter app. I used url_launcher package to navigate social links and other external browser links. And it was perfectly working on android emulator.

How fix remember in Jetpack Compose?

The picture shows the code and logs For some reason startDate and endDate not recreated

Intent from widget not taken into account since Android SDK 31

My app offers the possibility to launch it through as many widgets as wanted by the user. To determine which widget trigerred the launch, I use an extra paramet

Google Calendar API mobile

I'm trying to add multiple events to Google Calendar, but I only can launch one event at a time. val intent = Intent(Intent.ACTION_INSERT) .setData(Ca

Creating a list of objects from a nested JSON in Flutter

There's a URL address that I decoded to JSON, and there's a certain header (result) that I'm trying to convert to a list of objects (Book). When I print the con

onPurchasesUpdated called multiple times

I have set up in-app billing on an Android app (java). When I call launchBillingFlow on the BillingClient: BillingFlowParams billingFlowParams = Billing

DialogFragment not hiding navigation controls when in full screen

I'm trying to have a full screen DialogFragment with the ability to show / hide status and navigation bars when tapping the screen. Here is the DialogFragment c

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"