CubePig is a cuboid representation of a pig implemented with OpenGL on v2.3.3 of the Andriod platform. When you touch the screen the blue pig will rotate to face the point of touch.
Setup
Run this once from the root directory of the project:
- android update project -p . --target 1
- replace the value of --target with your target use android list targets to find them
Build
- ant debug
Install
- ant debug install