Category Archives: Android Tutorials

Step by Step Guide on How to build your first Slider Puzzle game in Cocos2d for Android – Part 1

In the previous post about setting up cocos2d for android game development, I showed you how to import the cocos2d project into Eclipse and run the sample code included to give an idea of the capabilities/affordances of the Cocos2d game … Continue reading

Posted in Android Tutorials, Cocos2d, Cocos2D for android, Developer Tips, Programming, Tutorials | Tagged , , , , , , | 63 Comments

Getting ADB to recognize Samsung Galaxy S2 running cyanogenmod 10.1

… Getting ADB to work on Samsung Galaxy S2 running CyanogenMod 10.1 Android Debug Bridge (adb) is a versatile command line tool that lets you communicate with an emulator instance or connected Android-powered device. It is a client-server program that … Continue reading

Posted in Android Tutorials | Tagged , , , , | 5 Comments

Setting up Cocos2D for Android, in Eclipse

… This post is meant to help you set up your first Cocos2D Android Project. Note : The Cocos2D for Android project using in my tutorials are a JAVA port of the Cocos2d-x project written in C/C++ . If you … Continue reading

Posted in Android Tutorials, Cocos2d, Cocos2D for android, Developer Tips, Programming, Tutorials | Tagged , , , , , , | 15 Comments

Game Development Using Cocos2d on Android – An Introduction

… This post is meant to introduce you to game engines and developing 2D games on Android using the Cocos2D Game Engine. Why you should use game engines .. Gaming engines are software frameworks which provide/simplify repeated used features in … Continue reading

Posted in Android Tutorials, Cocos2d, Cocos2D for android, Developer Tips, Education, Programming, Tutorials | Tagged , , , | 3 Comments