tuioZones problem
in
Android Processing
•
2 years ago
I am trying to use tuioZones in the Android app that I am developing. When I run the very simple "Draggable" example from the tuioZones library, I see a grey box in the Android emulator, but
the box is not draggable! I see the following in the console.
I appreciate any advice!### [2011/5/30 21:13:50] PROCESS @ OscP5 stopped.### [2011/5/30 21:13:50] ERROR @ UdpClient.openSocket cant create socket Permission denied (maybe missing INTERNET permission)### [2011/5/30 21:13:51] ERROR @ UdpServer.start() IOException, couldnt create new DatagramSocket @ port 3333 java.net.SocketException: Permission denied (maybe missing INTERNET permission)### [2011/5/30 21:13:51] INFO @ OscP5 is running. you (127.0.0.1) are listening @ port 3333
1