Ben Shiffman
Ben Shiffman

Reputation: 11

Android Studio Emulator: Process finished with exit code 255

Trying to run a simple game in mid-development, made with OpenGLES 3. Upon starting a Pixel 2 XL emulator with 4gb of ram, I'm getting this message which seemed to come out of nowhere: "Emulator: Process finished with exit code 255". I've been using the emulator for sometime now without any major hiccups, but this one won't seem to boot. I've barely seen any mentions of this specific error online.

Upvotes: 1

Views: 5473

Answers (2)

Bineesh P Babu
Bineesh P Babu

Reputation: 275

  • Your size on disk is not full - this's often happen due to creation of some virtual devices that are unused.
  • The RAM size of emulator is not minimum as your requirements.

Upvotes: 1

emuso
emuso

Reputation: 1

Just go to the Android Virtual Device Manager, and wipe data of the emulator you are trying to use.

Upvotes: 0

Related Questions