We are about to switch to a new forum software. Until then we have removed the registration on this forum.
Hello,
Could someone please explain how to run Android mode in processing 3? Is [this] (https://github.com/processing/processing-android/wiki) tutorial still up-to-date? when I try running a program in android mode in an emulator, I get an error message saying that emulator cannot be created.
Answers
Did you install AVD manager, create a virtual device and launch it before running your sketch?
I've installed AVD managar, but haven't created a virtual device before running. How should I do it?
You need to open AVD manager, add new device that you would like to emulate, start the emulator and only after it is fully loaded (you can see android desktop in emulator!) you can run your sketch.
I've done what you said, the emulator is fully loaded but I still get the same message "could not create a virtual device for the emulator." ):
That is strange, maybe someone else could help?
Maybe it has something to do with the "target sdk"? what values should I choose for the parameters when starting the emulator (target, CPU/ABI, skin etc.)?
IDK, however there are solutions for this problem discussed earlier: http://forum.processing.org/one/topic/same-problems-as-everyone-else-running-sketch-in-emulator-have-tried-everything.html