0

Today I did update Android Studio to 2.0. And I faced with the problem:

enter image description here

There weren't any problems with 1.5, but now there are. I'm using sockeqwe/fragmentargs library to communicate between fragments using FragmentBuilder.

I have the latest version in gradle:

compile 'com.hannesdorfmann.fragmentargs:annotation:3.0.2'
apt 'com.hannesdorfmann.fragmentargs:processor:3.0.2'

Also, I did update for gradle to 2.0.0.

Any suggestions ?

VLeonovs
  • 2,193
  • 5
  • 24
  • 44

2 Answers2

0

Go to SDK Manager download and install all on SDK Platforms and SDK Tools this will solve your issue.

OpenRoad-IT
  • 13
  • 1
  • 3
0

I don't know how, but this problem is connected with Instant Run functionality. I disabled it and all are working fine.

VLeonovs
  • 2,193
  • 5
  • 24
  • 44