Skip to main content
Filter by
Sorted by
Tagged with
-4 votes
0 answers
35 views

when i start to running it, the error occurs. Error running 'app' Android phone is already running as process 12656
Dansh's user avatar
  • 1
2 votes
0 answers
73 views

why are all the lines (not just the last line of the paragraph) aligned to the left on a real device, while on a virtual device they are aligned to the width of the screen except for the last one (as ...
Apeva's user avatar
  • 56
-2 votes
1 answer
73 views

I have an Android app with over 2 dozen variants. When I quit Android Studio and relaunch it, it used to remember the last variant I was working on and load that right away. This is no longer ...
nurider's user avatar
  • 1,879
0 votes
1 answer
37 views

buildscript { ext { buildToolsVersion = "35.0.0" minSdkVersion = 24 compileSdkVersion = 35 targetSdkVersion = 35 ndkVersion = "27.1.12297006&...
Dev Anand's user avatar
0 votes
1 answer
231 views

I am trying to deploy my first flutter app to an android emulator in vscode/intelij/android studio. All give me the same error. I have been searching and can't find a solution. Deploying to a medium ...
coloradoman's user avatar
0 votes
1 answer
45 views

I have the following setup Android Studio, installed via my system packet manager (Pacman on Arch Linux) Ungoogled Chromium, installed via Flatpak Now I want to launch a Flutter App from Android ...
TheJanzap's user avatar
  • 313
2 votes
0 answers
47 views

I am currently working with the UHF UART Demo SDK on the Chainway C72 reader. My company has asked me to add HF reading functionality as well, but I believe this SDK only supports UHF operations. I ...
Dev Anand's user avatar
2 votes
0 answers
52 views

For the last couple of days, whenever I try to run an emulator on Android Studio, I keep getting the same error: "The emulator process for AVD Medium_Phone has terminated." Every time, I've ...
Kieran Hostetler-McLaughlin's user avatar
-1 votes
0 answers
47 views

In Android Studio I upgraded gradle plugin from 7.00 to 8.3.2 using Upgrade Assistant. The upgrade was successful but  the build started failing with error: Could not find com.google.vr:sdk-audio:1.30....
dgogoasa's user avatar
-1 votes
1 answer
46 views

I initialized Git in the root of an Android Studio project on Windows. Commands: git init git branch -M main git status git add . But git add . failed with this errors: error: read error while ...
郭瀚澤's user avatar
2 votes
2 answers
583 views

I'm trying to update gradle dependencies and use android.sourceSets DSL. I can't seem to find what is wrong with my configuration. How do I correct the gradle files so that I don't use the kotlin....
Joyce Opio's user avatar
0 votes
1 answer
93 views

On various devices you can create additional users. On my device I encounter a strange storage issue: An app I develop cannot access it's external files dirs (while it works on another device). So I ...
pegnose's user avatar
  • 51
-2 votes
0 answers
79 views

we are developing APKs with Android Studio, and we want to list nearby Wi-Fi networks when a button is clicked within this APK. How can we do this? In other words, we want a window to open displaying ...
Murat Sucu's user avatar
-1 votes
0 answers
106 views

I want to use a part of my Java project as a module for Android app. My settings.gradle include: rootProject.name = "APref" include ':AndroidPref' include ':JPref' project(':JPref')....
Alex B.'s user avatar
  • 19
0 votes
0 answers
48 views

I recently upgraded my old Android project (previously targetSdkVersion 28 and compileSdkVersion 28) to API 35. Here’s what I changed: 1: Installed JDK 17 (Temurin 17.0.18) 2: Installed Android Studio ...
Neldison's user avatar

15 30 50 per page
1
2 3 4 5
6019