Hello, I followed this tutoriel to setup processing project on android studio http://android.processing.org/tutorials/android_studio/index.html All work fine the app is compiled and launcher but the draw() and setup() functions on my sketch are never called , and if use size(x, y, P2D) or size(x, y, P3D) instead of size(x, y) on settings() function the app crush, i use visual studio emulator for android if this is important, Compile target Level 23, and run on ANDROID 6 (23) emulato, So can someone explain me what is wrong ?
↧