Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vedi/cocos2dx-gradle-wrapper
https://github.com/vedi/cocos2dx-gradle-wrapper
Last synced: 3 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/vedi/cocos2dx-gradle-wrapper
- Owner: vedi
- Created: 2014-10-18T12:50:53.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2014-12-25T09:44:39.000Z (about 10 years ago)
- Last Synced: 2024-11-11T05:41:53.994Z (2 months ago)
- Size: 125 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Cocos2dx Gradle Wrapper
---The wrapper allows you to use cocos2d-x java sources as subprojects of your project with gradle structure.
Getting Started
---1. Clone the repository to your gradle projects:
```
git clone https://github.com/vedi/cocos2dx-gradle-wrapper.git cocos2dx
```
1. Add it to your `settings.gradle`, adding ':cocos2dx' to `include` section.
1. Create static link `cocos2d`, pointing to java sources of you cocos2d-x.
```
ln -s /cocos/platform/android/java cocos2d
```It should work!
You're welcome to any feedback.