1

I decided to switch build system for Android project to Gradle 1.4. I use Intellij Idea IDE. After imported existing project tictactoe based on biuld.gradle file, I can build it but Intellij Idea doesn't highlight any Android syntax, for example: Activity.

I will be very happy if someone tell me how to fix it.

Shobhit Puri
  • 25,769
  • 11
  • 95
  • 124
granan
  • 341
  • 1
  • 4
  • 18

1 Answers1

1

The solution of this problem was clean inteliij idea cache - File > Invalidate caches...

granan
  • 341
  • 1
  • 4
  • 18