Top "Android-studio" questions

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

Android studio 3.0: Unable to resolve dependency for :app@dexOptions/compileClasspath': Could not resolve project :animators

I migrate to Android studio 3.0. So, the project become unable to compile a module named ":animator" and it displays me …

android-studio android-gradle-plugin android-studio-3.0
How do I convert 2018-04-10T04:00:00.000Z string to DateTime?

I get a date from a JSON API which looks like this "2018-04-10T04:00:00.000Z". I want to convert …

java android-studio datetime datetime-format
Android device is not connected to USB for debugging (Android studio)

I am trying to debug my application using a real device instead on the emulator. When I try to connect, …

android android-studio debugging adb
Android studio logcat nothing to show

I installed Android Studio yesterday, and I tried to use the LogCat to see the logs. But there is nothing …

android-studio logcat
How to increase editor font size?

Font size in Android Studio editor seems to be too small. How can I make the font size larger?

android-studio
Error:Unable to locate adb within SDK in Android Studio

Does anyone know what this means? I'm kind of noobish to Android. When I click the "run" button on my …

android android-studio installation adb
Android Studio: Where is the Compiler Error Output Window?

When I 'Run' my project in Android Studio, in the 'Messages' window, I get: Gradle: FAILURE: Build failed with an …

gradle android-studio
How to generate Class Diagram (UML) on Android Studio (IntelliJ Idea)

I've try to search and found this link, but Ctrl+Alt+Shift+D doesn't work. I also use find Action …

android android-studio intellij-idea ide class-diagram
How to delete a module in Android Studio

Is there a way to delete a module within Android Studio? When I right click on a module I can't …

android-studio ide
Android Studio - No JVM Installation found

I'm having issues trying to boot-up Android Studio When I try to launch it after installation I'm getting this error: …

java android jvm android-studio