Android package view is gone after update to Android Studio 4.1

Viewed 319

When installing the latest Android Studio 4.1, my Android View in the project only shows the gradle files and no longer the modules and files. Is there a way to fix this issue?

Current Android View

1 Answers

This works for me.

  1. Delete .idea/modules.xml
  2. File > Sync Project with Gradle Files
Related