Top "Android-studio" questions

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

"cannot resolve symbol R" in Android Studio

In every instance in all of my classes where I reference R.id.something, the R is in red and …

android android-studio r.java-file
Rename package in Android Studio

How do you rename packages in the new IDE Android Studio, based on IntelliJ IDEA? Is there an automatic refactoring …

android-studio
Android Studio - How to Change Android SDK Path

When I open Android SDK Manager from Android Studio, the SDK Path displayed is: \android-studio\sdk I want to change …

android-studio
How to add an image to the "drawable" folder in Android Studio?

I need to add an image to the res/drawable folder... When I choose new > image asset, it comes …

android-studio android-drawable
Android Studio doesn't see device

The AVD Manager in Android Studio doesn't show my device but adb devices does show it. Am I missing something …

android android-studio adb device avd
How to update gradle in android studio?

I installed Android Studio 0.1.9. Today I got and update to version 0.2 and of course I updated. After the installation I …

android android-studio gradle shortcut
Build unsigned APK file with Android Studio

I'm developing an android app with the Android Developer Tool. Now I tried the new Android Studio, everything works fine …

android build apk android-studio
Changing API level Android Studio

I want to change the minimum SDK version in Android Studio from API 12 to API 14. I have tried changing it …

android android-studio sdk android-api-levels
How do I add a library project to Android Studio?

How do I add a library project (such as Sherlock ABS) to Android Studio? (Not to the old ADT Eclipse-based …

android android-studio android-library
How to get the SHA-1 fingerprint certificate in Android Studio for debug mode?

I have shifted myself from Eclipse to Android Studio. Now I am trying to work on my Map app. So …

google-maps android-studio