Skip to main content
Filter by
Sorted by
Tagged with
-5 votes
0 answers
25 views

Whenever I try to run a Kotlin scratch with "Use classpath of module" checked, it gets stuck forever in "Compiling scratch file". No errors are displayed. Could it be related to ...
Miguel Vidal's user avatar
0 votes
1 answer
80 views

Following https://developer.android.com/tools/agents/android-cli I run: curl -fsSL https://dl.google.com/android/cli/latest/darwin_arm64/install.sh | bash android update android init Problem: At the ...
Nicolas Raoul's user avatar
0 votes
2 answers
238 views

I have sample markdown as below: ## Markdown with Mermaid and Plant UML in IntelliJ IDEA and Android Studio ### Markdown with Mermaid ```mermaid sequenceDiagram Alice->>Bob: Hello John, how ...
Trung's user avatar
  • 1,052
2 votes
0 answers
140 views

I'm facing an issue where Gradle does not use JAVA_HOME and instead falls back to Android Studio's bundled JDK (JBR). enter image description here Environment Gradle: 9.4.1 Kotlin: 2.3.0 macOS (...
devmenov's user avatar
-1 votes
1 answer
76 views

In Android Studio Panda 3, synthetic code is shown in the editor, which is not present there if I use the @Serializable annotation. How can I prevent editor from showing such code? The class without ...
don11995's user avatar
  • 965
Advice
0 votes
0 replies
26 views

I want the maximum and the average cpu usage (in %) and memory usage from my app. I have a system trace in the Android Studio Profiler. I can see the cpu usage trace and the memory trace, I'd prefer ...
BinaryFox's user avatar
Advice
1 vote
2 replies
183 views

So we have this codefest competition, a 6 hour hackathon and there is a machine problem to follow, our development time is only 6 hours. Now currently we're using viewBinding, sqlite openhelper, java, ...
Lee Ferrer's user avatar
3 votes
0 answers
120 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
  • 66
0 votes
1 answer
43 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
307 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
132 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
68 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
89 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
1 answer
63 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
4 votes
2 answers
1k 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

15 30 50 per page
1
2 3 4 5
6016