Error com.google.android.gms/play-services/8.4.0/ gradle:2.0.0-alpha5 -


after updating sdk androidstudio told me update gradle:2.0.0-alpha5. when build/run app gradle fails , says:

error:execution failed task ':app:compilereleasejavawithjavac'. java.io.filenotfoundexception: /home/pepperonas/ideaprojects/android/m104/app/build/intermediates/exploded-aar/com.google.android.gms/play-services/8.4.0/jars/classes.jar (no such file or directory)

downgrading gradle:2.0.0-alpha3 solve it, want use newest version.

does body know how fix it?

(note: use androidstudio 2.0 preview 5)

as always, in advance.

found solution:

updating trick.

'com.android.tools.build:gradle:2.0.0-alpha9' 

update (2015-02-28)

alpha9 available now

note

bookmark page <- seems must every android-dev. :)


Comments

Popular posts from this blog

get url and add instance to a model with prefilled foreign key :django admin -

android - Keyboard hides my half of edit-text and button below it even in scroll view -

css - Make div keyboard-scrollable in jQuery Mobile? -