AndroidMode fails on new Galaxy Tab A8

Anyone know what causes this error on a new Galaxy Tab A8:

void setup() {
  fullScreen();
  background(209);
}

void draw() {  
}

Hi @svan,

You can add a follow up on this GitHub issue:

Followup added. Thanks for responding.

1 Like

A revised AndroidMode was created by @ajavamind and posted on a github site. When downloaded and unzipped the revised AndroidMode was placed in the ‘modes’ folder of the Documents/Processing folder (previous AndroidMode was renamed to keep it from being used). Now I can continue Android development without any errors on my Galaxy A8.

1 Like