1

I have a new PC and cloned my Android git repo to my device.

When I open my Android projects that are cloned from Git, I'm unable to launch the emulator. It shows "Add Configuration..." and "Loading Devices...".

enter image description here

However, when I created a new project from scratch on my new machine, the buttons work fine

enter image description here

I suppose it has something to do with my configuration files in the projects from Git, but I'm not sure what it is.

I don't have Flutter installed. I also noticed there's a missing module.

None of these worked:

Tan Wen Zhong
  • 93
  • 1
  • 6

1 Answers1

0

Realized settings.gradle was missing because of .gitignore when cloning to the new device. After commenting out the exclusion in .gitignore and recloning the repo, it works.

Tan Wen Zhong
  • 93
  • 1
  • 6