「Facebook/ビジネスマネージャ/アプリ広告/AndroidNative」の版間の差分
提供: 初心者エンジニアの簡易メモ
(ページの作成:「==native広告のandroid組込== https://developers.facebook.com/docs/audience-network/android-native dependencies { compile 'com.android.support:recyclerview-v7:25.3....」) |
|||
行2: | 行2: | ||
https://developers.facebook.com/docs/audience-network/android-native | https://developers.facebook.com/docs/audience-network/android-native | ||
− | dependencies { | + | ==サンプル== |
+ | app/build.gradle追加 | ||
+ | dependencies { | ||
compile 'com.android.support:recyclerview-v7:25.3.1' // Required Dependency by Audience Network SDK | compile 'com.android.support:recyclerview-v7:25.3.1' // Required Dependency by Audience Network SDK | ||
compile 'com.facebook.android:audience-network-sdk:5.+' | compile 'com.facebook.android:audience-network-sdk:5.+' | ||
− | } | + | } |
2019年6月11日 (火) 17:25時点における版
native広告のandroid組込
https://developers.facebook.com/docs/audience-network/android-native
サンプル
app/build.gradle追加
dependencies { compile 'com.android.support:recyclerview-v7:25.3.1' // Required Dependency by Audience Network SDK compile 'com.facebook.android:audience-network-sdk:5.+' }