Top "Andengine" questions

AndEngine is a free 2D OpenGL game engine for the Android platform and includes the Box2D physics engine.

Why I am Getting Error 'Channel is unrecoverably broken and will be disposed!'

When I try to launch my AndEngine Activity, I get this error: ERROR/InputDispatcher(21374): channel '4122e148 my.package.AcGame (…

android andengine
Installing AndEngine in Eclipse

I'm wanting to install AndEngine... I've came across Some videos that show you how to install it. But these videos …

android eclipse andengine
Android Toast Messages not working

I'm developing a game via Andengine for Android. I have MainActivity class and GameScene class. I use Toast messages in …

java android andengine android-toast
Why am I getting: threadid=3: reacting to signal 3 and game freeze (AndEngine)?

I'm using AndEngine to make a game that deals with a lot of moving sprites. It's inconsistant when, but eventually …

android multithreading andengine freeze
Changing Variable value from another class

I have an integer(levelstatus) in class A(LevelSelectScene) and I want to change it in class B(GameScene), is …

java android andengine
<uses-library /> in Android Manifest

I'm a newbie for Android and I need help regarding this issue. I am developing a game using Eclipse. In …

android android-manifest andengine
Android libc.so crash?

I'm using AndEngine with the PhysicsBox2DExtension to make a game. My game keeps crashing and I get this in …

android crash box2d andengine libc
Could not find method implementation() for arguments

I try to run my app, but gradle doesn`t want to compose it. Can you tell me what should …

java android android-gradle-plugin build.gradle andengine
how to move sprite object using AndEngine (Android)

I am using andengine to develop a game in android. I placed an object in sprite like this.mTexture = new …

android andengine
Avoiding The "No EGLConfig found!" Error

one of my users are reporting this error for my game. i am using andengine as my engine. Here is …

android andengine