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.

2 votes
2 answers
26 views

ERROR: Composable Functions Must Be Called Within a Composable Context

"@Composable invocations can only happen from the context of a @Composable function" I'm new to jetpack compose and constantly getting this error "@Composable invocations can only ...
0 votes
0 answers
5 views

Ionic 7 default app showing blank screen and errors when running on emulator

I'm using Ionic version 7.2.0, npm version 10.8.2, angular 18.1.1, node 20.16.0, Capacitor version 6.1.1, phone api 27, windows 11 64 bits, jdk-17 (I had to install and uninstall several java versions ...
0 votes
0 answers
3 views

While making a build on react native app on my mac iOS system i am getting this error

Please guide me with the error Failed to upload the project tarball to EAS Build Reason: EPERM: operation not permitted, scandir '/Users/agrahyah/.Trash' Error: build command failed. I have used this ...
0 votes
0 answers
7 views

How to install Android SDK extension from Android 15 Beta?

I want to test new functionality, that included in Android 15 Beta This functionality marked in documentation like that: Added in API level 35 Also in S Extensions 13 I want to install this Extension ...
2 votes
3 answers
3k views

Plugin [id: 'com.android.application'] was not found in any of the following sources: - Gradle Core Plugins (plugin is not in 'org.gradle' namespace)

When I created flutter project on vs code this problem is shown Plugin [id: 'com.android.application'] was not found in any of the following sources: Gradle Core Plugins (plugin is not in 'org.gradle'...
10 votes
6 answers
45k views

Gradle Core Plugins (plugin is not in 'org.gradle' namespace)

What is causing this build error: - Gradle Core Plugins (plugin is not in 'org.gradle' namespace) - Plugin Repositories (could not resolve plugin artifact 'com.android.application:com.android....
2 votes
2 answers
3k views

Duplicate class org.xmlpull.v1.XmlPullParser Android

i have a hudge problem while integrating a new library on Android App. When i tried to implementation 'br.com.stone:stone-sdk:3.8.2' on Gradle (app module) and sync project, android shows a new issue ...
0 votes
0 answers
7 views

Build graddle failed when running android studio on ubuntu 22 from app launcher

I was installing Android Studio Koala | 2024.1.1.12 on Ubuntu 22.04.4 lts. When i open android studio from application launcher, build graddle always failed Could not install Gradle distribution from '...
0 votes
1 answer
12 views

Error while running flutter project in Android Studio

I'm starting in Flutter, I want to start the emulator but I get this error, any suggestions on how to solve it?,I'm working with Android studio Arctic Fox .................................................
0 votes
1 answer
15 views

"Missing keystore" in Android Studio Debug mode although there is a debug.keystore in the ".android" folder

Greetings to everyone, I'm trying to make some tests to use App Links on my app, but I've encountered an issue regarding the debug.keystore during my tests. Because of this, I've being unable to run ...
0 votes
2 answers
844 views

Because 'flutter App' depends on snippetcoder_utils any which doesn't exist, version solving failed

I'm trying to use the snippetcoder utils dependency but after I run pub get, I get this error "Because qr_scanner depends on snippetcoder_utils any which doesn't exist (could not find package ...
18 votes
3 answers
12k views

AGPBI: {"kind":"error","text":"com.android.tools.r8.kotlin.H","sources":[{}],"tool":"D8"}

With the update of Android Studio Hedgehog | 2023.1.1 | Patch 2, Kotlin 1.7.0, and Gradle being set yet as 7.4, we have this error with not so much info on how to resolve it. Has anyone else ...
0 votes
0 answers
15 views

Mode Priority in Android with java

I've been researching how the Game Booster in Samsung devices feature in Android achieves its priority mode, but so far, I only found information about the Do Not Disturb mode, which is not what I'm ...
34 votes
23 answers
145k views

Android Studio Error "Installation did not succeed. The application could not be installed. Installation failed due to: 'null'"

I am trying to run my app on a real Android device using Android Studio v3.5. It throws the following error while installing the app. > Installation did not succeed. > The application could ...
0 votes
1 answer
14 views

Execution of Gradle Tasks and find out why are they executed

I'm currently doing a Udemy Course to learn Kotlin and I've a Question about Gradle and Tasks. I've tried HILT and had to add kapt to my Project (empty project with jetpack-compose). My app/build....

15 30 50 per page
1
2 3 4 5
6054