andengine Questions

31

When I try to launch my AndEngine Activity, I get this error: ERROR/InputDispatcher(21374): channel '4122e148 my.package.AcGame (server)' ~ Channel is unrecoverably broken and will be disposed! ...
Windjammer asked 17/9, 2012 at 12:59

9

Solved

I'm developing a game via Andengine for Android. I have MainActivity class and GameScene class. I use Toast messages in GameActivity. And it is working. Toast.makeText(this, " Hello World", Toast....
Diesis asked 19/12, 2013 at 9:57

2

Solved

I have to provide a 64 Bit Version of my Android Game which is using AndEngine in Google Play Store. The offical github repo of AndEngine doesn´t provide a 64 bit version of the library. Does anyon...
Loewi asked 6/6, 2019 at 6:40

4

Solved

I have an integer(levelstatus) in class A(LevelSelectScene) and I want to change it in class B(GameScene), is it possible? here is my code: (Code in GameScene) public class levelComplete() { le...
Altis asked 20/9, 2013 at 7:7

4

Solved

My requirement is to get top 5 scores from leaderboard and display it in my app. There is a method loadTopScores but it shows the scores in its own UI i guess. mGamesClint.loadTopScores(new OnLea...
Natishanative asked 5/6, 2014 at 10:23

1

I'm using websockets to make a multiplayer game and I need to send multiple types of data across the server but when I connect to the server it's supposed to send back a name and number ("type") an...
Aniconic asked 15/3, 2014 at 16:20

1

Solved

I try to run my app, but gradle doesn`t want to compose it. Can you tell me what should I do ? Error:(36, 0) Could not find method implementation() for arguments [com.google.firebase:firebase-a...
Fourthly asked 10/12, 2017 at 22:12

3

Solved

I'm a newbie for Android and I need help regarding this issue. I am developing a game using Eclipse. In my project, I added AndEngine and AndEngine Augmented Reality as libraries. I was testing the...
Gettysburg asked 28/9, 2012 at 18:18

2

I'm trying to make flappy bird equivalent app using AndEngine. I'm having trouble importing AndEnginePhysicsBox2DExtension-GLES2 module in Android Studio 1.5 So far, I have imported AndEngine-GLES...
Handicap asked 26/1, 2016 at 9:51

1

I have developed an Android game which is played by many people. One user out of 100-200 faces an Exception that I cannot make any sense of. I use a RenderTexture which throws the following Except...
Jempty asked 26/9, 2016 at 12:18

3

I want to use andengine in my android studio project but I have ndk error while building. Error:Execution failed for task ':andEngine:compileReleaseNdk'. > com.android.ide.common.internal.Logge...
Mexico asked 3/7, 2014 at 21:1

3

I need to create an app for android, where the 2-color text will be displayed on the 2-color background. See picture on the left. Then, the line should be moved with animation and result image shou...
Mandrel asked 12/9, 2011 at 18:57

1

Solved

I have added andEngine to my project as a module, but I could not able to add box2d extentsions. I have tried these ways. project structure > import module and it says "select modules to impo...
Sewage asked 17/7, 2015 at 10:31

1

Is there any difference if I execute a Runnable with runOnUpdateThread() or I register an update handler into an Entity and execute the code with that? I would like to remove a Sprite from the Sce...
Athey asked 22/6, 2015 at 9:36

3

recently I started working on AndEngine. Hard to find up-to-date documentation / helping material in this regard. I am trying to set a background image after going through examples & source cod...
Contorted asked 13/3, 2012 at 7:30

1

I am using andengine for my game development with google play services, my game works fine. But once I added admob with "onSetContentView" callback called, my game screen goes black and only ads ar...
Congruency asked 13/4, 2015 at 14:21

5

I am trying to almost 2 days to add AndEngine to Android Studio but unable to do so. I tried the following two methods, neither worked. 1st Try I download the AndEngine code from GitHub Link -- th...
Rebellion asked 12/1, 2014 at 19:34

1

Solved

I have tried a lot of tutorials and they are fairly complicated to follow or partly irrelevant now. How do I make a Hello World for Android using andEngine and Android Studio on a Mac?
Linguistic asked 29/12, 2014 at 19:4

2

I'm using AndEngine to make a game that deals with a lot of moving sprites. It's inconsistant when, but eventually I get a message in the log cat (threadid=3: reacting to signal 3) and the game fre...
Tetartohedral asked 2/7, 2012 at 22:49

6

Solved

I am using java + AndEngine in my game. During the game i have some freezes, i looked for the information and found some steps how to optimize game performance: Avoid GC (garbage collector) to b...
Musing asked 28/5, 2011 at 16:5

1

I'm learning opengl shaders with AndEngine , my goal is to make DynamicSpriteBatch with some lightshader where light position will be passed throught vbo to each draw call in spritebatch so i can m...
Pursue asked 23/1, 2013 at 12:47

7

I want to learn AndEngine. How should I start? I don't see any good examples. I even tried finding the downloadable source code for AndEngine and MagneTank but no luck.
Reinhard asked 29/7, 2013 at 3:0

2

Solved

Am new in AndEngine. While working from a AndEngine Tutorial , following classes are not found. I tried with importing all libraries from AndEngine but class are still not found. Classes are : S...
Curdle asked 23/7, 2013 at 6:44

3

I know this question has been asked many times before and might seem to be a conglomeration of several questions, but I feel that it is relevant and important to many developers; I need to create a...
Plump asked 15/7, 2012 at 7:25

4

Solved

I'm wanting to install AndEngine... I've came across Some videos that show you how to install it. But these videos were done last year, and since then, the method of installing it has changed...
Echo asked 23/5, 2012 at 4:8

© 2022 - 2024 — McMap. All rights reserved.