Top "Android-studio" questions

Use for questions about using Android Studio, an official IDE by Google targeted at Android app development.

Manifest merger failed : uses-sdk:minSdkVersion 14

Since downloading the latest SDK and installing Android Studio, my project fails to build. I get the following message: Error:…

android android-studio android-gradle-plugin android-5.0-lollipop
How to build an android library with Android Studio and gradle?

I am trying to migrate a project from Eclipse but nothing I have tried is working. In Eclipse I have 3 …

android gradle android-studio
Error:Failed to open zip file. Gradle's dependency cache may be corrupt

I updated android studio 2.3 and there is a bug, gradle doesn't build and it keeps giving me the same error …

android android-studio gradle error-handling sdk
How can I fix "Design editor is unavailable until a successful build" error?

I started to learn Android Studio from yesterday. I try to echo out simple "Hello World": <?xml version="1.0" encoding="…

android-studio
How to view method information in Android Studio?

In Eclipse, when you hover your mouse over a method, a window would appear with a description of what the …

android-studio android-view
Default Activity not found in Android Studio

I just upgraded to Android Studio 0.2.8 and I am getting an error that says "Default Activity not found" when I …

android android-studio android-fragmentactivity
Android studio, gradle and NDK

I am very new to this whole gradle and Android Studio support. I have managed to convert my android project …

android android-ndk gradle android-studio
Gradle error: Minimum supported Gradle version is 3.3. Current version is 3.2

When I today update Android Studio it write: Minimum supported Gradle version is 3.3. Current version is 3.2 how can I solve …

android android-studio android-gradle-plugin build.gradle
Execution failed for task ':app:compileDebugJavaWithJavac' Android Studio 3.1 Update

I am getting error after updating the version of Android Studio 3.1 Canary 6 I don't why its happen, before that it's …

android android-studio gradle android-studio-3.1
How to Add Stacktrace or debug Option when Building Android Studio Project

I was trying to investigate the project build error in the console output as follow: :myapp:processDebugResources FAILED FAILURE: Build …

android android-studio stack-trace