mosesliao / cocos2dx-docker

To be used for cocos2dx game development

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cocos2dx Android Docker

CircleCI Docker Stars Docker pulls Docker Automated build

Getting started

This is the github repository for cocos2dx running in docker containers. Every folder you see is a certain variant of a cocos2dx setup. <cocos2dx verson>-<android ndk version>

There is a setup test included within the Dockerfile so it is reliable

The Dockerfile at the root is the bleeding edge docker, that contains the latest ubuntu, cocos2dx(3.17), android NDK(r17b) and SDK(26.1.1) versions. Android platform-tools and build-tools are not installed. Java remains as version 8 cause other later versions are problematic

https://stackoverflow.com/questions/46402772/failed-to-install-android-sdk-java-lang-noclassdeffounderror-javax-xml-bind-a

How to use

Download this image and run sdkmanager <your needed libraries>, after that run cocos compile [YOUR OPTIONS] to generate the android apk file.

Nightly build

CircleCI will run a nightly build every first day of the month so as to ensure that the libraries are up to date.

Issues and Feedback

For any other issues and feedback about this docker image, or you need another different docker image with different versions of cocos2dx and NDK, please submit it to this repository.

About

To be used for cocos2dx game development