I am trying to use the latest version of gradle for android studio which is 1.3.0.
http://android-developers.blogspot.ro/2015/07/get-your-hands-on-android-studio-13.html
Unfortunately, I am having problems trying to update the gradle version. The previous version of gradle was 1.2.3 and now wanted to upgrade it to 1.3.0.
I get the following error:
Error:Cannot access first() element from an empty List
I also updated the Android Studio 1.3 application and I am currently using the following build tools:
buildToolsVersion "23.0.0 rc3"
I tried to remove gradle and .gradle dirs from my project, as well as the .gradle file from the user's home directory, but without success.
Even I tried to go to File -> Invalidate caches / restart, but still no solution.
android android-studio gradle
box
source share