facebook twitter hatena line email

Unity/Tenjin/基本

提供: 初心者エンジニアの簡易メモ
移動: 案内検索

tenjinSDK導入

https://github.com/tenjin/tenjin-unity-sdk

導入したいUnityプロジェクトのAssets/importPackageからTenjinUnityPackage.unitypackageを選択しインストール

"AndroidManifest.xml as the library might be using APIs not available in 16 See the Console for details."エラーの時

エラー詳細

Manifest merger failed : uses-sdk:minSdkVersion 16 cannot be smaller than version 21 declared in library [:Tenjin] /d/www/unity/TenjinProject/TenjinProject/Temp/gradleOut/Tenjin/build/intermediates/library_manifest/release/AndroidManifest.xml as the library might be using APIs not available in 16 See the Console for details.

UnityのBuild Settings/Player Settings/Other Settings/Identification/Minimum API Level を Android 5.0 Level 21へ