Tagged Questions

Cocos2D for Android is a Java based open source framework for building 2D games and graphical applications. Cocos2D-Android and Cocos2D-Android-1 are the two active projects. The latter is a branch of the former and seems more active. Both Cocos2D for Android engines are based on the API design of ...

learn more… | top users | synonyms

10
votes
3answers
236 views

COCOS 2D screen shot is black in Android

I am using the following code. The image is saved but it is BLACK. Please see my code and tell me where i am doing wrong. I am using this code in the Menu. case R.id.id_menu_Save: ...
6
votes
2answers
8k views

How to do page flip/turn/curl effect in android

How to do page flipping/turning or curl animation in android ? Is is possible with cocos2d. Please provide any links or example if you know.
5
votes
3answers
6k views

Cocos 2D Game Engine Android

I wanted to develop a game on android using cocos 2D engine. I found two different libraries by different developers for cocos2d-iphone library. First is http://code.google.com/p/cocos2d-android/ by ...
3
votes
2answers
171 views

Surface view as a bitmap in android

I'm using cocos2d. Now I've added some images in the layer, and played around a bit. I'm trying to save the whole screen as image file. How can I do this?
3
votes
3answers
725 views

Should I use cocos2D or andengine?

What is the project the more active/Stable? Can you say me the deep diference between cocos2D and andengine?
3
votes
1answer
124 views

Reposition a sprite in Android using Cocos

Context: I am using 2 sprites of 35x5 one on top of other. Problem: On some event i am rescaling the top sprite to 50 %. It gets rescaled but its dimensions remains same and it lies in centre of ...
2
votes
1answer
786 views

cocos2d-x vs cocos2d-android for an Android game

After using cocos2d-iphone in one of my projects, I am trying to decide which flavor of cocos2d I should use for an Android game. My personal list of pros and cons: cocos2d-x pros: it should be ...
2
votes
1answer
80 views

How to save the layer as an image in COCOS2D android

I want to save all of the work done(every object on the screen) as ONE jpeg image in COCOS2D android.
2
votes
1answer
171 views

Android cocos2d adding child node throws nullpointer exception

I am very much new to cocos2d.. I am developing an application in android using cocos2d.. In that, public class BaseLayer extends CCLayer { ChildLayer cl = new ChildLayer(); this.addChild(cl); ...
2
votes
3answers
93 views

Rounded Image cutting form all side

I am creating a game in cocos2d-android. all the images i use in Sprite shows me proper output except rounded image. Rounded images are cut from all the side. i test same image in cocos2d-iPhone, ...
2
votes
1answer
131 views

Draw a frame outside the sprite to produce a select effect in Cocos2D Android

I have a view which can contain multiple sprites at a time, now i want to have a select effect when ever i touch a sprite. Some Usefull/helping links would be very helpfull.
2
votes
2answers
334 views

Is this typically how Java interfaces are used to set up event handlers, and are there hidden drawbacks to this approach?

Hey all, I'm still relatively new to Java, and looking for a sanity check. I've been studying this Java port of Cocos2D and noticed that the CCLayer class has built-in hooks to the Android native ...
2
votes
2answers
1k views

Android Graphics Memory Limits

I am creating an android game using opengl and a cocos2d port (http://code.google.com/p/cocos2d-android-1). I am targeting a wide range of devices and want to ensure that it performs well. I only test ...
1
vote
0answers
26 views

CCTMXLayer not loading properly from CCTMXTiledMap in cocos2D project for android

I'm porting an iPhone project written with cocos2D to Android and have run into a problem setting up the CCTMXTiledMap. I've gotten the TMX file to load correctly: CCTMXTiledMap tileMapNode = ...
1
vote
0answers
47 views

cocos2d-android: how to play/pause a game state

I am new to cocos2d-android. I want to play or/and pause my game . How I fix it ? What would be the method? Thanks for any reply.
1
vote
1answer
26 views

does cocos2d-android-1 compatible with latest cocos2d-iphone?

I start porting my apps to android from ios. My apps were developed using cocos2d-iphone 1.0 version. I'd like to know cocos2d-x or cocos2d-andriod-1 compatible with cocos2d-iphone 1.0? Thanks
1
vote
1answer
47 views

TouchesBegan always fire when using TouchesMoved

I am trying to make a jump a sprite using ccTouchesBegan and move using ccTouchesMoved . It jumps when I use Touchesbegan But when I try to move the sprite using TouchesMoved it moves but also jumps. ...
1
vote
1answer
64 views

how to use CCJumpTo in cocos2d-android

I am new to cocos2d-android. I want to add CCJumpTo using touch event in my code. But I don't know how to fix it. plz help.
1
vote
1answer
70 views

Cocos2d android Disable touch

i want to disable touch in Cocos2d screen. i want touch disable for 4-5 second.any one help me. thanks
1
vote
6answers
708 views

Cocos2D OR libgdx for Android Game Developement

I just want to know, that in the long run, using which of these engines will be better. Although I feel that using Cocos2D will be a better option, as it can also be used for iphone developement, ...
1
vote
1answer
47 views

Is there any Alternative of CCSpriteBatchNode in android cocos2d

Question is self explanatory, again I need an alternativs in cocos2d android to use CCSpriteBatchNode any help is appreciated .
1
vote
0answers
147 views

How to set a Background in COCOS2D android?

I want to set an image , download from a URL, to the COCOS2D android, as a background. My Class is CCGLSurfaceView. Here is my Code. how can i set Image to it from Internet as a background. ...
1
vote
0answers
50 views

How to Store the game score in android cocos2d

I calculates the score in game project using android cocos2d, in that game after finishing the first level it goes to the next level, so i want to store that first level score and also add next level ...
1
vote
0answers
62 views

Cocos2d Game Lost Focus When we click Volume Up or Volume Down Button On Motorola xoom

I am developing a game using Cocos2d FrameWork in Android. I encountered a problem while testing on Motorola Xoom. What I want to do : When User pressed Volume up and Volume down Button. All the ...
1
vote
0answers
38 views

Rounded Image cutting form all side in Android cocos2D

I am creating a game in cocos2d-android. all the images i use in CCSprite shows me proper output except rounded image. Rounded images are cut from all the edges like top,bottom,right,left sides. i ...
1
vote
1answer
731 views

cocos2d vs andengine for isometric game?

Are cocos2d-iphone and cocos2d-Android the same thing? in other words, can I make a game once and deploy it to both devices? Also, for Android, "overall" what is the best isometric game engine ...
1
vote
2answers
601 views

how do i create a cocos2d particle effect in cocos2d android 1?

I'm using the android version of cocos2d located here: https://github.com/ZhouWeikuan/cocos2d I'm an iPhone guy checking out android who already has familiarity with cocos2d iPhone. Ideally i would ...
1
vote
1answer
335 views

Cocos2D Touch HELP

I`m new to cocos2d library, I worked before with libgdx and pure openGL. How can I handle a touch event in Cocos2d for Android?
1
vote
0answers
311 views

Unable to load the frame cocos2d for Android

I am trying to draw one sprite from atlas.. I created with Zwoptex the atlas and the plist file. put the two files in the assest folder.. In the code I create new GameScene class and try to load ...
1
vote
2answers
1k views

Setup environment for android sdk to run cocos2d sample programs.

I want to install cocos2d to develop game in android .. so can anyone help me how to install that on android sdk ? Please Suggest me steps to install it.... if any other tool is available for ...
0
votes
1answer
47 views

Is GPU is not at all used for Tegra 2 devices?

I am porting a game from ios to android using cocos2dx. For tegra 2 device , GPU - Ulp Geforce i am getting 20-22 fps. In my game we have lots of sprites and also have an hud layer along with level ...
0
votes
2answers
52 views

Cocos2D - Large Image

Is it possible to use a large image in Cocos2D, and allow, via swiping or pinching, for the user to zoom in and out? I see from this post, that the max res for a Cocos2D image is 2048x2048. That is ...
0
votes
0answers
17 views

cocos2d-android: releasing EGL surface because paused

I am new to cocos2d-android. When I pause my game it works but then when I try to resume it does not work. LogCat shows: releasing EGL surface because paused tid=9. How to fix it? Please any reply.
0
votes
0answers
22 views

Cocos2d-Android scrollable cclabel

I want to scroll text in ccLabel in Cocos2d for Android. Is this possible? Thanks in advanced
0
votes
0answers
32 views

cocos2d-android: how to use a single sprite from a spritesheet

I am new to cocos2d-android. I want to use a sprite from my sprite sheet. I also use plist file . How I do it?
0
votes
2answers
82 views

cocos2d-android: how to display score

I added CCLabel in my update method to display my game score. It works well before score raise to 5000. After that logCat shows the messege: 02-08 11:47:37.476: E/dalvikvm-heap(4190): 1048576-byte ...
0
votes
1answer
69 views

Learning to use Cocos2D for android after iOS development

I just got done creating a game for iOS using cocos2D and am now trying to learn android development and cocos2D using eclipse. I've imported the cocos2D .jar file into the android project, but this ...
0
votes
0answers
28 views

Cocos2d android

How to do animate a sprite while jumping? i.e, moving the eyes or animating the sprite using CCAnimate CCSpriteFrameCache.sharedSpriteFrameCache().addSpriteFrames("AnimBear.plist"); ...
0
votes
0answers
39 views

cocos2d-android:how to set text message

I am new to cocos2d-android. I am trying to set some text on current layer after colliding between two sprites and after some moment text will be vanished. how it possible? plz help.
0
votes
0answers
21 views

Open a webpage in android cocos2d

I am making a game in android cocos2d. I want to open an URL from my home page in a browser. I cant get it done because I am extending the CCColorLayer. PLease help me on this.
0
votes
0answers
47 views

game restarts after power button click in AndEngine [closed]

This issue may be considered as a follow up from Power Button Creating Issue in AndEngine Game The problem is caused when the power button is called while the game is still in progress, that's the ...
0
votes
0answers
48 views

cocos2d-android animation

I am new to android. I am trying to animate from my sprite sheet . all images of sprite sheet are animated but not may be at same time. So all images are seemed to move. thanks for any reply.
0
votes
0answers
28 views

How to show native alert in cocos2D android?

I am creating a game in cocos2D android. I need to have an alert at the end of my game. Can I do this in cocos2D android?
0
votes
0answers
108 views

How to implement the Sprite Animation by using Cocos2D in Android (JAVA VERSION)?

I know there is "the simple game sample of Android Cocos2D" and "how-to-animate-sprites-in-cocos2d". I use the "space shooter" Android source code as sample, create a simple card game. But there is ...
0
votes
1answer
95 views

Why am I getting an InvocationTargetException? Android 2D game

I am making a 2D game in Android with Cocos2D, written in Java. Here is my code for the main stuff: public void gameLoop(float dt) { //Player Gravity if(canExecuteMovement(0, 6)) { ...
0
votes
0answers
59 views

Cocos2d android, how to create a listView?

Im new on this site and Im working with cocos2d for iphone and android for my first time. This question is for ANDROID. I can't find any example for using controls dynamically. For example I have my ...
0
votes
0answers
32 views

Cocos2d Difference between preload sound and preload effect

I develop android app and wonder what is difference between SoundEngine.sharedEngine().preloadEffect(context, resID) and SoundEngine.sharedEngine().preloadSound(context, resID)? Thanks in advanced
0
votes
0answers
34 views

Save data in a file in cocos2d Android

I am creating a game in cocos2D android and I want to save data in a file. Is this possible in cocos2D android. please please help.
0
votes
0answers
28 views

Scaling issue in Cocos2D

I am creating a game in cocos2D android. My problem is when the app resumes after going to background, my app images scaling changes and everything becomes big instead of what I have set initially. ...
0
votes
2answers
50 views

ccpDistance() function in cocos2D android

I am working on a game in Cocos2D android. I found that some of the functions are missing in android cocos2D like ccpDistance(), ccpMidpoint() etc. where can I get the library for these?

1 2 3