Home > OS >  Android-Studio shuts down every time I try to open a xml file. (CODE and Design)
Android-Studio shuts down every time I try to open a xml file. (CODE and Design)

Time:09-22

This is my first post here. I'm having an issue using Android-Studio. Everytime I try to open a xml file, it simply shuts down, no error log or message. I tried tons of possibly solutions, but none worked. I'm using the last version,run invalidate and restart, clean project, create a new xml file, and it keeps shuting down. Is there anything I can do to fix it?

CodePudding user response:

I think there is over ram usage bug on layout editor with android studio stable release. I recommend you to use Android Studio Canary 12 Bumblebee (Preview build) until stable release bug fixed.

  • Related