Category "android-studio"

Android Studio Bumblebee can't detect androidx package

I was using components from androidx package in a project. After upgrading my Android Studio from Arctic Fox to Bumblebee, the androidx components are not detec

Flutter style code editing short cuts for jetpack compose?

I´m a little spoiled by these code editing shortcuts Flutter plugins provide (See example screenshot). Does somethings similar exist for Jetpack Compose?

Getting error while running command "flutter build --release"

The android studio builds the apk perfectly with the following command : "flutter build apk" but is throwing error when I try to run "flutter build apk --releas

How can I request turn on the location?

I have previously requested location permission in Android Studio (Java) for Android version higher 6.0, and now I want to request to turn it on. On the other h

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

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

Add toolbar and drawer menu to Android Google Maps Activity

I have created a standard Google Maps Activity in my app in Android Studio and the map works as expected. My Activity is called 'NativeMap' and then the activit

IntelliJ (Android Studio) Pop Up Window Background Color

I'm using Android Studio which is basically an IntelliJ IDE. For a while now my pop up windows have a white background no matter if I hover over code or use cod

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

send id number from recyclerview to another activity

I have an activity that contains a RecyclerView and a button that open another activity with some EditTexts that insert the data to google sheet and I read all

Unrecognized part 'mnc*' in configuration mcc*-mnc* on android studio

About compile project come below error: Task :Messaging:mergeDebugResources FAILED Execution failed for task ':Messaging:mergeDebugResources'. Unrecognized par

How can i use a variable from an Activity to another Activty?

In my MainActivity i have a score variable, int score = 0; however i have another activity which is the DisplayScore activity (which displays the score) txtFin

Download hardware profile for Xiaomi MI 9T

is there a repository where it is possible to download hardware profile for xiaomi MI 9T, in order to import in android studio device manager? Thanks a lot

Change ImageView after choosing photo from Gallery

I am trying to change my imageview when its on click and then choose image from gallery then change it. But I don't think its working since when I tried running

Problem with firebase auth kotlin library version 21.0.4

When I update the com.google.firebase:firebase-auth-ktx library to a version higher than 21.0.1 I get the following warning: Kotlin library {0} was compiled wi

Android Studio Bumblebee emulator problem

I'm using M1 MacBook Pro. I recently upgraded Android Studio to Android Studio Bumblebee. When I want to run the emulator, it's just loading. I deleted virtual

How to receive data from Instagram programmatically android

By referring to existing blogs like this I got to know it can be done adding ?__a=1 as a extension to link then it will return a jsonObject, sure it does but on