-
-
Notifications
You must be signed in to change notification settings - Fork 297
Emulator is not available #636
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
Hi @toreal , can you please describe ( preferably Screenshot of the issue) the error / issue you are getting while running Processing sketches on emulator ? Code seems to be absolutely good without any error ! also please specify your System specifications. It may be possible that your system doesn't support emulators ! thanks, |
Thank you for your response. then, I got the error. In previous version, everything is fine. |
@ranaaditya can you run in the emulator? |
Hi @toreal , did you change the Android SDK location ( or have you set the Android SDK location in Processing ide correctly ?) ? Check if you are able to run emulator using android studio(if both Processing and android studio are sharing same Android SDK location). Seems like there are some errors while initializing the Emulator for you. Can you do one more thing - revert back to previous version and check if you are able to run emulator in it. |
Hi @ranaaditya Actually, I try to compile from source code and change the source code as the following. Then, I can run in the emulator. |
Hi @ranaaditya |
Hi @toreal , if you are building from the source code then follow: 1.see the commit history (preferabbly in github web client) or use git log command. |
@ranaaditya Thanks. I can do it from the source code. But I do not know how to use the previous version from the release version. Although, I can build from the source code and use the emulator. But I don't know how to deploy the VR/AR libraries. The VR/AR functions can not work correctly from my build. Thus, I need a released version. I am so surprised that why nobody has the requirement like me waiting to use the emulator? |
Here seems a bug.
Processing can not run in an emulator.
Does it forget to add an exclamation mark? !emulator.exists()
The text was updated successfully, but these errors were encountered: