Ron
Ron

Reputation: 2503

Xamarin error MSB6006: "java.exe" exited with code 2. 0

My app is unchanged from yesterday when it compiled. I turned Multi-Dex on (it wasn't). What does this error mean?

Upvotes: 0

Views: 826

Answers (1)

Ron
Ron

Reputation: 2503

  1. Create A Release Version
  2. Click on Archive
  3. Click on Distribute
  4. Add New or Select a Keystore (this was probably my problem.)
  5. Save As That's it.

One note: I checked MultiDex. And while that didn't create any build or other errors when I installed it on my phone, the app starts and then immediately shuts down. So I unchecked MultiDex. (ProGuard was checked).

(Note: I got help from Microsoft for this).

Upvotes: 1

Related Questions