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
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
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
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
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
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
About compile project come below error: Task :Messaging:mergeDebugResources FAILED Execution failed for task ':Messaging:mergeDebugResources'. Unrecognized par
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
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
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
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
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
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
I created an emulator but it doesn't work. I selected pixel 3a xl phone and I selected Android API 32 (Google play) with x86-64 ABI. It gets timed out when I ru
I use Lombok in my project and recently Update my Android Studio To the latest version (Bumblebee) And The Lombok Plugin doesn't work, is there any way to solve
today, i update to bumblebee android version, and i create new project and i import some lib, include dagger-hilt. in build.gradle (module) i insert: plugins {
I started learning Kotlin in Android studio a few days ago and I still haven't figured it all out, so having this problem is a big question mark for me, I know
I have a working app where user select an option from Spinner the datepicker auto open user select the date and view data. However, I am trying to include an Im
Android Studio shortcut key for Windows, Linux and Mac. For example in windows: Run -> Shift + F10 Debug -> Shift + F9 Any others similar to this? What ar
I made an app to help my elderly father to share photos from whatsapp to Google photos. I learned programming to do it so it's my first program... Took a while