2

Each time we digging into the Android source code IntelliJ gets through that tedious process of syntax checking of the Core Libs source code.

IntellJ oh my Gosh

How to disable it? Let it just shows the google's code. I am unable to fix it.

LazyOne
  • 158,824
  • 45
  • 388
  • 391
  • I guess this is necessary to get all the nice navigation and search features. – Henry Jan 01 '18 at 11:29
  • Maybe this will help: https://stackoverflow.com/questions/28692654/how-do-i-disable-some-inspections-for-modules-in-intellij-idea – mgershen Jan 01 '18 at 16:52
  • nope, it doesn't help IntelliJ just checks all library sources... WTF https://i.imgur.com/7NupmM8.png Only enabling the Power Safe Mode will fix it, but i can use Microsoft Visual Code instead then or just simple VIM – Alex Xtrace Jan 02 '18 at 00:53
  • well, in other words: how to make **Highlighting Settings** turnded off Globally **by default** (but still keeping **Power Safe Mode** in disabled state) - https://i.imgur.com/RsHpMhm.png – Alex Xtrace Jan 02 '18 at 02:57
  • What you are seeing are errors about unresolved classes, not about syntax problems. It looks like some issues with android databinding library you are using. Do you use Kotlin? Check similar threads about unresolved android databinding classes: https://stackoverflow.com/a/37044756/2000323 , https://developer.android.com/topic/libraries/data-binding/index.html Check also that the SDK you are using (in Project Structure) has databinding library components. – Andrey Jan 03 '18 at 09:12

0 Answers0