So far I've got bunch of tests in my multi module project. All of them could be run on PC... except one. It's intrumented test for Room DAO class. There is no p
Could not install Gradle distribution from 'https://services.gradle.org/distributions/gradle-5.4.1-all.zip' I have just installed Android Studio 3.5 on windows
I'm getting this error with flutter_windows_v1.9.0-dev but I don't how to solve it. Missing type arguments for generic type "MaterialPageRoute< dynamic &
I had downloaded Android Studio on my M1 MacBook air but I can't run the emulator and it just gives me an error. I search Android Studio requirements for mac an
I'm currently doing this tutorial from YouTube : https://www.youtube.com/watch?v=-Sol_RMG_fo&ab_channel=dbestech in the tutorial, I can't get the data from
I just upgraded from Bumblebee to Chipmunk, and I am having multiple dependency-resolution issues in my instrumented androidTests. These are what my source sets
I don't know how to stop the emulator. Apparently, there's supposed to be a stop button but it's not there?
I'm trying to open a flutter project and have just installed flutter. When I run flutter doctor -v in the terminal I installed it, I get the following: [✓
I want to use the maven library in the android studio project. in the library documentation, they mention adding like this, repositories { maven { url 'http
I am trying to open existing android project in android studio and it gradle cannot build the app without the error Error android studio keeps on throwing Err
I tried to sign an old Android application with Android Studio 4.0.1 (which I successfully signed say, 1 year ago) and it seems the keystore cannot be open anym
I am trying to create class in android but i got this error Unable to parse template "Class" Error message: This template did not produce a Java class or
I'm trying to upgrade a project to android 31 and latest Gradle version 7.3.0-alpha03 but, I'm getting some errors this is my stacktrace > Task :app:mergeSta
I am getting the following error when I switch to MotionLayout from ConstraintLayout. I have tried rebuilding the project but no use. Layout Code: <androidx
My app (still WIP) runs fine on different devices. But suddenly it refuses to start on Huawei Honor 7 (Android 6.0/EMUI 4.0.3). Logcat gives me the following:
Hello I'm making an app using Android Studio and the Kotlin language and am having trouble getting my button to open a new activity. I have the button created i
I want test fun but i have error it says invalid date string: Unparseable date: "bb`baiahbgbdGMT+00:00" I use emulator api 32 and can not run test > Task :ap
I am trying to make my data table in Flutter more responsive by adjusting the width according to screen resolution (eg: in browser, its the default width, and i
I have a function below that I got from a post on here, where I am trying to read the music files from the device. public List<AudioModel> getAllAudioF
My application makes a call to the server which may take a few seconds. The user can minimize the App before receiving the response from the server. So what I a