Files
cocos-engine/native/tools/tojs
bofeng-song d8bdec5162 fix android crash due to eglSurface unavailable (#10621)
* skip setRendererAvailable &  isRendererAvailable (#10482)

* fix android crash due to eglSurface unavailable
2022-04-01 14:52:46 +08:00
..
2021-06-02 09:39:13 +08:00
2021-06-02 09:39:13 +08:00
2021-06-02 09:39:13 +08:00
2021-12-14 15:04:57 +08:00
2021-06-07 17:17:18 +08:00
2021-12-22 10:31:27 +08:00
2021-12-06 09:54:23 +08:00
2021-06-02 09:39:13 +08:00
2021-06-02 09:39:13 +08:00

How to Use bindings-generator

On Windows:

On MAC:

  • The OSX 10.10 has a built-in python2.7 and if your os don't have python2.7 then use Homebrew to install the python and use pip install the python dependencies.
	brew install python
  • Install python dependices by pip.
    sudo easy_install pip
    sudo pip install PyYAML
	sudo pip install Cheetah
	export NDK_ROOT=/path/to/android-ndk-r16
    ./genbindings.py

On Ubuntu Linux 12.04 64bit

  • Install python
	sudo apt-get install python2.7
  • Install python dependices by pip.
	sudo apt-get install python-pip
	sudo pip install PyYAML
	sudo pip install Cheetah
  • Download NDK r16 or later from Android Ndk
  • Go to "cocos2d-x/tools/tojs", Run
	export NDK_ROOT=/path/to/android-ndk-r16
    ./genbindings.py