0

In the android studio, arctic fox version 2020.3.1 pach3, developer A Creates a module, like "myapplication" in the following image, and there are three directories including "com.example.myapplication" in the android window then pushes it into the remote repository

enter image description here

, but when developer B pulls the project the "com.example.myapplication" directory vanishes as the following image:

enter image description here

However this issue didn't show up in the previous android studio versions.

Community
  • 1
  • 1
mehdi dorreh
  • 173
  • 1
  • 12

1 Answers1

1

The problem was that there wasn't any class in the myapplication directory and as soon as I created a class in it the directory showed up

mehdi dorreh
  • 173
  • 1
  • 12