Top "Android-studio" questions

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

Android studio Error "Unsupported Modules Detected: Compilation is not supported for following modules"

I am using Android studio 1.0.1. I have a java module referred by other modules in my project. I have checked …

android intellij-idea android-studio ide android-ide
Android Studio with Google Play Services

I'm trying to test Google Play Services with the new Android Studio. I have a project with a dependency to …

android google-play-services android-studio
gradlew: Permission Denied

I am attempting to run gradlew from my command line, but am constantly facing the following error. Brendas-MacBook-Pro:appx_android …

gradle android-studio gradlew
"No cached version... available for offline mode."

I received an error message while building a new Hello World project in Android Studio: FAILURE: Build failed with an …

android android-studio gradle android-gradle-plugin
Where is debug.keystore in Android Studio

I need to enable google+ api, so I need the debug.keystore. I switched to Android Studio and do not …

android keystore android-studio
Android Studio - ADB Error - "...device unauthorized. Please check the confirmation dialog on your device."

So I started getting errors in my ADB logs which, I think, are causing my device to now display any …

android android-studio adb logcat android-logcat
How to completely uninstall Android Studio from windows(v10)?

I have already seen this question. But that's for Mac OS. I am using windows. Every time I create a …

android windows android-studio
"Gradle Version 2.10 is required." Error

As I've been using classpath 'com.android.tools.build:gradle:+' In the build.gradle file, I got the following …

android android-studio plugins gradle android-gradle-plugin
Application Installation Failed in Android Studio

Yesterday my app was running perfect from Android Studio but today when I started working on my app and running …

android android-studio installation apk
Can Android Studio be used to run standard Java projects?

For those times when you want to isolate the Java and give it a quick test.. Can you run non-Android …

android-studio ide