Top "Android-studio" questions

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

Android Studio Gradle Configuration with name 'default' not found

I am having problems compiling my app with Android Studio (0.1.5). The app uses 2 libraries which I have included as follows: …

android gradle android-studio
ADB.exe is obsolete and has serious performance problems

I am using Windows 10 and when I launch the Virtual Device Emulator in Android Studio I keep getting the message …

android-studio virtual-device-manager
Comment shortcut Android Studio

I'm searching for useful Android Studio keyboard shortcut for commenting code, as in Sublime Text or Eclipse. When I press …

android-studio keyboard-shortcuts
Android Studio: Plugin with id 'android-library' not found

I've been trying to get ActionBarSherlock to work and having some issue. One issue I've come across is the following …

gradle android-studio android-build build.gradle gradlew
Find and replace Android studio

Is there a way to find and replace all occurrences of a word in an entire project( not just a …

android android-studio refactoring renaming
Session 'app': Error Installing APK

Trying to install app on real device following instructions:- http://developer.android.com/tools/device.html. At end Android …

android android-studio installation apk adb
Rebuild or regenerate 'ic_launcher.png' from images in Android Studio

When one first creates a new project, that dialog lets you point to some external .PNG file, and then when …

icons android-studio
Android Studio: Default project directory

Whenever I create a new project in Android Studio it wants to put it in a generic default folder at …

android path project android-studio
Android Studio: Module won't show up in "Edit Configuration"

I've imported a project to Android Studio with several subprojects. I want to run a subproject. I successfully made this …

android-studio module
Android Gradle Apache HttpClient does not exist?

I am trying to convert an IntelliJ project to the Gradle system of Android Studio but I am running into …

android android-studio intellij-idea gradle android-gradle-plugin