[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 have to select the project under the src tab in the
Project Manager, or a java source file, then click Run.

I tried to reproduce the error I was getting, but couldn't.

On Jul 6, 10:07 pm, Demetris demet...@ece.neu.edu wrote:
 However, the runtime (emulator startup) the IDE displays a message
 saying that the project contains errors, please fix them before running
 it.

-- 
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


[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 development that I could use. Or any tip which
 you could give me, like where I could start looking for.

 Thank you all!

-- 
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en