Skip to main content
The 2024 Developer Survey results are live! See the results

Questions tagged [android-studio]

Use for questions about using Android Studio, an official IDE by Google targeted at Android app development. Do NOT use for questions about programming for Android in general; instead, use the [android] tag.

0 votes
1 answer
56 views

Unresolved reference: R and BuildConfig in React Native Android Project with Kotlin

I'm currently working on a React Native project with Kotlin and I'm facing some issues during the build process in Android Studio. Specifically, I'm encountering Unresolved reference: R and Unresolved ...
pratik bhattarai's user avatar
0 votes
0 answers
44 views

Metadata.bin file not found on initial gradle sync with Android Studio Koala - 2024.1.1

I recently updated Android Studio from Chipmunk version - 2021.2.1 to Koala version - 2024.1.1. Now, when I open my projects, the gradle synchronization starts and always ends with: C:\Users\[MY_USER]\...
LucaCA's user avatar
  • 1
-1 votes
0 answers
51 views

Android Studio Koala Debugger Empty Variable Values

I just upgraded the Android Studio from Jellyfish to Koala. When the debugger reaches the breakpoint. I expanded all variables and got no values on them. Here is some information about my environment: ...
Khofidin Ofid's user avatar
-1 votes
1 answer
21 views

com.amazonaws.services.s3.model.AmazonS3Exception: SignatureDoesNotMatch Error When Uploading Files to S3 from Android App

I'm encountering a SignatureDoesNotMatch error when trying to upload a file to Amazon S3 using the AWS SDK for Java as I'm developing an android app with a feature that allows users to upload their ...
Sarimm Chaudhry's user avatar
0 votes
0 answers
7 views

Android studio insert mongodb realm

This is my code at android studio val myDoc = Document().apply { append("name", "futureTech") append("video", "youtube") ...
蔡宜樺's user avatar
0 votes
0 answers
29 views

App works from signed APK but fails when installed from Play Store

The signed APK and the APK split from the signed app bundle work fine, but installing the app from the Play Store shows an error. I tried it on my IDEMIA screen device; when building the signed APK, ...
Ebrahim Joy's user avatar
0 votes
0 answers
73 views

Room database dependencies in Android Studio Koala

I want to add libraries to be able to work on room databases, but I don't know which one to insert. I am working on Android Studio Koala SDK 34 and Gradle KTS, I use Java as language. Can someone help ...
ciro 's user avatar
0 votes
0 answers
17 views

Task 'ijDownloadSources91ee8444-467' not found in root project 'projectABC' after clicking "Download Sources"

i got this error on macbook arm when click "dowload source". I often click on some Android file to read its code. However, they often require downloading via the "Download Sources"...
Nguyễn Mạnh Cường's user avatar
-3 votes
0 answers
20 views

Android Studio activity_main design view is scuffed

I am using Android Studio (3.1.4 for Windows 64-bit), and have an issue whenever I start a new project.As you can see the design view does not give off the font size accurately here It's probably ...
Theukrytyzubr's user avatar
0 votes
0 answers
31 views

Android Studio : The application could not be installed. Device went into offline mode after running MainActivity

I have been installing a debug app on my physical Android phone, but today it suddenly stopped working and showed this error: "The application could not be installed". There is no error log ...
NhVNgn's user avatar
  • 1
0 votes
1 answer
14 views

java.lang.RuntimeException: Method getMainLooper in android.os.Looper not mocked

I got this error when I use JUnit5 for Unit testing: java.lang.RuntimeException: Method getMainLooper in android.os.Looper not mocked. at android.os.Looper.getMainLooper(Looper.java) at androidx.arch....
Mona Baharlou's user avatar
0 votes
0 answers
17 views

Dependencies add [closed]

I am nit able to add dependencies in android studio kotlin app project I tried youtube tutorial bit it didn't work and i expect someone to guide me with correct steps I have tried steps of he girl of ...
Suhani Jain's user avatar
0 votes
0 answers
25 views

Duplicating Last Item of First Page and not getiing last item in RecycleView

i am making app from Laravel Api, i am stuck into problem that i am fetching the list of posts but when i scroll down to get second page i am not getting last post instead getting last post of first ...
my apps's user avatar
0 votes
0 answers
30 views

Android studio is not Starting up and i want to know the reason behing it

it shows "Internal error. Please refer to https://issuetracker.google.com/issues/new?component=192708" and then " com.intellij.ide.plugins.EssentialPluginMissingException: Missing ...
Relaxed Hue's user avatar
0 votes
0 answers
16 views

Review PR in Android Studio and cmd+click around, it is unclear which version of the file is presented

I'm trying to use the PR review option in AS for the first time. I click on a PR #217 and look at one of the files. [![enter image description here][1]][1] I then cmd+click on a param to see usages ...
Alon's user avatar
  • 693

15 30 50 per page