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...
  • May 22, 2022
  • 0 Comments
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...
  • May 22, 2022
  • 0 Comments
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...
  • May 21, 2022
  • 0 Comments
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)....
  • May 21, 2022
  • 0 Comments
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...
  • May 21, 2022
  • 0 Comments
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...
  • May 20, 2022
  • 0 Comments