Top "Android-studio" questions

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

Building and running app via Gradle and Android Studio is slower than via Eclipse

I have a multi-project (~10 modules) of which building takes about 20-30 seconds each time. When I press Run in Android …

android gradle android-studio build.gradle
How to restart ADB manually from Android Studio

I previously developped Android apps on Android Studio . Everything works fine. I work on real device, and Android Studio recognize …

android android-studio
Why is Android Studio reporting "URI is not registered"?

So I've given Android Studio a try, because I really like Resharper and noticed that the IDE had some of …

android android-studio
Android Studio : How to uninstall APK (or execute adb command) automatically before Run or Debug?

Now I need to uninstall the App every time before Run\Debug it in Android Studio. Because I need to …

android android-studio
How to automatically generate getters and setters in Android Studio

Is there a shortcut in Android Studio for automatically generating the getters and setters in a given class?

android-studio shortcut
How to set Java SDK path in AndroidStudio?

I had Java 1.7.0_21 installed and I installed 1.7.0_45 today after uninstalling the previous version. Now Android Studio has stopped compiling projects …

android-studio intellij-idea
Android design support library for API 28 (P) not working

I've configured android-P SDK environment successfully. When I attempt to use the android design support library I face project build …

android android-studio android-design-library android-9.0-pie
How to install an apk on the emulator in Android Studio?

How do you install an apk on the emulator in Android Studio from the terminal? In Eclipse we did /home/…

android android-studio
Android Studio Error: Error:CreateProcess error=216, This version of %1 is not compatible with the version of Windows you're running

Installed Android Studio 2.2 Preview 2 and getting this error: Error:CreateProcess error=216, This version of %1 is not compatible with the version …

java android android-studio java-8 android-studio-2.2
How to include *.so library in Android Studio?

I read many threads how to add a *.so library to Android Studio, but none of them works, especially when …

android android-studio