[android-developers] Re: Importing existing projects to Android

2010-07-09 Thread Coco's Jungle
Go to the problem tab and if there are messages that don't go away, right click them and delete them. Ignore the warning about you can't get it back. Then do a Project -- Clean, and try running the project again. I was getting these every time I tried to Run while I was editing an xml file. You

[android-developers] Re: 3D Game Development

2010-07-09 Thread Coco's Jungle
You can use OpenGL. Create a GLSurfaceView, and you can draw on it in 3D. See the Cube demo in APIApps sample program. On Jul 6, 8:46 am, Renan Lima renan.lim...@gmail.com wrote: Hey all! I´m new on Android 3D game development. I would like to know if there any engine/ API/ platform about 3D