Menu
Newbedev LogoNEWBEDEV Python Javascript Linux Cheat sheet
Newbedev LogoNEWBEDEV
  • Python 1
  • Javascript
  • Linux
  • Cheat sheet
  • Contact

Android Studio 3.1: Erroneous unresolved references in editor

  1. Exit Studio.
  2. Delete .idea/ (seems to me that's most important), build/, app/build directories.
  3. Start Studio
  4. Set Settings -> Build -> Gradle settings back (last stable Gradle local distribution in my case).
  5. Clean&rebuild project.

Helps me.


Delete {projectDir}/.idea/libraries, then go to File -> Sync Project with Gradle Files.

Tags:

Android

Android Studio

Kotlin

Android Studio 3.1

Related

TypeError: Cannot read property 'flags' of undefined What is the difference between STOP and ERROR STOP? WebStorm: New AngularCli Project: Error: directory should match format "path" CSV reader picks up garbage in the first few characters Cypress with Sauce Labs Work around for more than 6 forkJoin parameters? How to get ipywidgets working in Jupyter Lab? How to get content of Redux store in console without devtools? How to prevent default handling of touch events? Mapstruct Annotation Processor does not seem to work in Intellij with Gradle project Convert list of arrays to pandas dataframe Which JRE does C:\ProgramData\Oracle\Java\javapath\java.exe use?

Recent Posts

Pandas how to find column contains a certain value Recommended way to install multiple Python versions on Ubuntu 20.04 Build super fast web scraper with Python x100 than BeautifulSoup How to convert a SQL query result to a Pandas DataFrame in Python How to write a Pandas DataFrame to a .csv file in Python
© 2021 newbedevPrivacy Policy