As I’ve been using classpath 'com.android.tools.build:gradle:+' In the build.gradle file, I got the following error since gradle version 2.10 has been released. The error is : Warning:Gradle version 2.10...
I have added an image right of the text in an EditText widget, using the following XML: <EditText android:id="@+id/txtsearch" ... android:layout_gravity="center_vertical" android:background="@layout/shape" android:hint="Enter place,city,state" android:drawableRight="@drawable/cross" /> But I want...
I have installed Android Studio version 1.0.1. I have imported my projects from eclipse and it works fine. Then I deleted a module and reimported it into my Android...
I was trying to use custom font in Android Studio as we did in Eclipse. But unfortunately could not figure out where to put the ‘assets’ folder! 22 Answers...
I tried to debug a release version of my Android application but Android Studio failed to attach a debugger. (It could not find Android procces of my running application)....
My Android Studio project used to build faster but now it takes a long time to build. Any ideas what could be causing the delays? I have tried https://stackoverflow.com/a/27171878/391401...
Please select at least one of the signature versions to use in Android Studio 2.3 Now while generating a signed APK in Android Studio, it’s showing two options (CheckBox)...
In Android Studio when I use a + in the version number like: com.android.support:recyclerview-v7:21.+ I get a “Avoid using + in version numbers” warning. But when I use a...
My android application using Kotlin is throwing this exception when I try to Run ‘app’ in the emulator o in my cellphone. When I build my project it runs...
I am trying to convert an IntelliJ project to the Gradle system of Android Studio but I am running into errors with Apache HttpClient? Am I missing something, the...