Home > OS >  Android Studio 'android.content' and 'android.view' sub classes are missing
Android Studio 'android.content' and 'android.view' sub classes are missing

Time:01-24

In Android Studio packages android.content and android.view sub classes are missing, sub claases like

  • View
  • Context
  • LayoutInflater

i tried

  • Invalidate Cache/ Restart
  • Rebuild Project
  • Clean
  • Updated All Dependencies

but no one worked for me.

enter image description here

CodePudding user response:

In case anyone gets the same problem: Delete and re-download the whole Android API from SDK Manager.

  •  Tags:  
  • Related