「Cocos2dx/広告組込/nend」の版間の差分
提供: 初心者エンジニアの簡易メモ
行12: | 行12: | ||
compile fileTree(dir: 'libs', include: ['*.jar']) | compile fileTree(dir: 'libs', include: ['*.jar']) | ||
compile project(':libcocos2dx') | compile project(':libcocos2dx') | ||
− | + compile project(': | + | + compile project(':nend-sdk-3.3.0') |
} | } |
2017年2月24日 (金) 18:28時点における版
公式
https://github.com/fan-ADN/nendSDK-cocos2d-x/wiki/%E7%B5%84%E8%BE%BC%E3%81%BF%E6%96%B9%E6%B3%95
nendのsdkをダウンロード
管理画面からcocosのsdkをdownloadする
android組み込み
- 自作のcocos開発ディレクトリのproj.android-studioをandroid-studioで開く
- file/new/new moduleでaarを選択し、"NendModule/NendSdk/Android/nend-sdk-3.3.0.aar"を選択
- proj.android-studio/app/build.gradleに以下nendSDKを追加
dependencies { compile fileTree(dir: 'libs', include: ['*.jar']) compile project(':libcocos2dx') + compile project(':nend-sdk-3.3.0') }