Category "android-studio"

Recomendation for daily background work in Android

I just want to know any of your experiences scheduling daily jobs that perform tasks like data upload with POST API request and then update the local database w

Unable to find signing report in the new android studio update

I updated my android studio to the latest version day before yesterday and now I can't find the signing report which used to be under Tasks in the Gradle sectio

No signature of method: .android() is applicable for argument types. Exception in build.gradle (app)

Exception is: org.gradle.api.GradleScriptException: A problem occurred evaluating project ':app' Caused by: groovy.lang.MissingMethodException: No signature of

Debugging with Android Studio stuck at "Waiting For Debugger" forever

UPDATE The supposed duplicate is a question on being stucking in "Waiting For Debugger" when executing Run, while this question is on being stucking in "Waiting

how to solve this problem in android studio?

Starting Gradle Daemon... Gradle Daemon started in 5 s 654 ms FAILURE: Build failed with an exception. Where: Build file 'C:\Users\ASUS\AndroidStudioProjects\Cu

Can't Delete AVD from AVD Manager in Android Studio

I am running Android Studio on OS X Yosemite. I am trying to simply delete an AVD from Android Studio AVD Manager. Every time I attempt to delete it I get the m

Unexpected lock protocol found in lock file. Expected 3 found 0

In android studio I keep getting this error message when building. I've tried deleting the .gradle file multiple times and restarting the IDE but the error do

How do I fix "Could not connect to remote process" while trying to debug the application?

I am making a android studio project and I try to debug my application. Running the application works fine, but when I try to debug it I get this error: Coul

Play recorded audio with chronometer counter

I'm creating a recorder app with chronometer counter, the chronometer is working fine with start record, stop record and stop play. My problem is only with sta

importing an existing JAR or AAR as new project module

how to import JAR or AAR package as new project module in A new Android Studio Arctic Fox | 2020.3.1 Canary 9 ? please let me know.

How to upgrade an Android project to Java 11

I am using the latest Android Studio Arctic Fox 2020.03.01 Canary 8 and AGP 7, and I want to convert my project to use Java 11. Apparently just doing the follow

How to give Flutter SDK Path in Android Studio on Mac os, How to update Flutter SDK path in MACOS?

I have installed the Android studio and the plugin's DART,FLUTTER to kickstart the flutter but as i am not able to give path of sdk while creating my very first

\gradle-wrapper.properties not found in Android Studio

\gradle-wrapper.properties not found in Android Studio I have cloned a git project and I am getting the below issue. How to resolve it?

ListView tools:listitem not working in android studio 2.2 stable channel

Steps to Reproduce: Open Layout editor Add a ListItem Specify tools:listitem property with a valid row_layout What should happen: It should use the layout fro

Android Studio quick documentation always "fetching documentation"

I just moved to Android Studio from Eclipse, and I found that it always shows "fetching documentation" when I use quick documentation (Ctrl+Q). How can I solve

Android Studio Build gradle OutOfMemoryError

I'm new in Android. I import Github project in Android studio, but i see this problem `Error:java.lang.OutOfMemoryError: Java heap space Error:java.lang.Out

@Override Error: method does not override method from superclass (Android Studio)

After creating any new android project inside android studio, the following error happens: It's an error related to @Override, saying: method does not overrid

Error when trying to use a PieChart (hellocharts) on an Activity

I'm trying to use the external library "hellocharts" in my project. I have linked the library to my project already, but when the activity that has the chart st

more than one device/emulator - Error while trying to cast with Genymobile

I have attached a device and emulator. When I'm trying to cast screen with Genymobile I'm getting: INFO: scrcpy 1.10 https://github.com/Genymobile/scrcpy adb:

Android app using Proguard & R8 differences [closed]

In my android app i am using Google R8(experimental release for now) and Proguard 6.0.3 ... According to your experience, what do you think ?