-
-
Notifications
You must be signed in to change notification settings - Fork 297
blank white screen on android 6.0 #211
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Having the same issue since the latest update. Looks like draw() is not being called. |
Thanks for the info, will look into it. Do you have the same problem if you use API 21 or 22? |
Yes, same problem using API 21, 22 ,and i also used API 15 just in case. |
I just had this problem, and it's "fixed" by calling size() in your setup function. Discovered this by accident while trying example code. "fixed"" because this results in a non-fullscreen sketch window centered on the device; obviously not optimal but at least you can do stuff with it |
well, good enough for me at the moment. if it's called in
|
Thanks for bringing this up. There was an actual bug: on the desktop, Processing sets a default width/height of 100x100, however this was not being done in the android mode. Now it is. |
i'm trying to get a simple test sketch to run on Marshmallow. But all i get is a blank white screen. The same goes for any other example sketch.
i'm on
i don't get any errors. except for those warnings. and i don't seem to get any feedback from
println();
either.my code is really just a super basic test sketch:
i'm out of ideas...
The text was updated successfully, but these errors were encountered: