###前提・実現したいこと
環境:
Google Mobile Ads Unity Plugin v3.0.5
Unity 5.3.5f1
参考サイト
###発生している問題・エラーメッセージ
上記サイトを参考にAdMobの実装をしようとしてますが、うまくいきません。
Resolve Client jars を押すと jar ファイルが作成されるとありますが、「Resolution Complete」と出て特に何も追加されません。
現在フォルダの中身は以下のとおりです。
Plugins
LAndroid
LGoogleMobileAdsPlugin
Llibs
LPLUGIN_JAR_GOES_HERE
Lunity-plugin-library
AndroidManifest
project
ビルドを行うと
「Failed to re-package resources.See the Console for details.」 というエラーが出ます。
参考サイトにTheme.IAPThemeという値がない場合、
[android sdk path]/extras/google/google_play_services/libproject/google-play-services_libフォルダ内のファイルを入れるべきとあったのですが、私のフォルダのgoogle_play_servicesの下にlibprojectがなく参考サイトを見るとなくなったとのことですが、特にこの部分は設定しなくてもよいのでしょうか?
宜しくお願い致します。
エラーメッセージ CommandInvokationFailure: Failed to re-package resources. See the Console for details. D:\android-sdk-windows\build-tools\23.0.1\aapt.exe package --auto-add-overlay -v -f -m -J gen -M AndroidManifest.xml -S "res" -I "D:/android-sdk-windows\platforms\android-23\android.jar" -F bin/resources.ap_ --extra-packages com.google.unity stderr[ AndroidManifest.xml:16: error: Error: No resource found that matches the given name (at 'theme' with value '@style/Theme.IAPTheme'). AndroidManifest.xml:18: error: Error: No resource found that matches the given name (at 'value' with value '@integer/google_play_services_version'). ] stdout[ Configurations: (default) v14 v21 xhdpi-v4 Files: drawable\app_banner.png Src: (xhdpi-v4) res\drawable-xhdpi\app_banner.png drawable\app_icon.png Src: () res\drawable\app_icon.png values\strings.xml Src: () res\values\strings.xml values\styles.xml Src: () res\values\styles.xml Src: (v14) res\values-v14\styles.xml Src: (v21) res\values-v21\styles.xml AndroidManifest.xml Src: () AndroidManifest.xml Resource Dirs: Type drawable drawable\app_banner.png Src: (xhdpi-v4) res\drawable-xhdpi\app_banner.png drawable\app_icon.png Src: () res\drawable\app_icon.png Type values values\strings.xml Src: () res\values\strings.xml values\styles.xml Src: () res\values\styles.xml Src: (v14) res\values-v14\styles.xml Src: (v21) res\values-v21\styles.xml Including resources from package: D:\android-sdk-windows\platforms\android-23\android.jar applyFileOverlay for drawable applyFileOverlay for layout applyFileOverlay for anim applyFileOverlay for animator applyFileOverlay for interpolator applyFileOverlay for transition applyFileOverlay for xml applyFileOverlay for raw applyFileOverlay for color applyFileOverlay for menu applyFileOverlay for mipmap Processing image: res\drawable-xhdpi\app_banner.png Processing image: res\drawable\app_icon.png (processed image res\drawable\app_icon.png: 94% size of source) (processed image res\drawable-xhdpi\app_banner.png: 93% size of source) (new resource id app_banner from xhdpi-v4\drawable\app_banner.png #generated) (new resource id app_icon from drawable\app_icon.png #generated) ] UnityEditor.Android.Command.Run (System.Diagnostics.ProcessStartInfo psi, UnityEditor.Android.WaitingForProcessToExit waitingForProcessToExit, System.String errorMsg) UnityEditor.Android.PostProcessAndroidPlayer.Exec (System.String command, System.String args, System.String workingdir, System.String[] progress_strings, Single progress_value, System.String errorMsg) UnityEditor.Android.PostProcessAndroidPlayer.CompileResources (System.String stagingArea, System.String packageName, UnityEditor.Android.AndroidLibraries androidLibraries) UnityEditor.Android.PostProcessAndroidPlayer.PostProcessInternal (System.String stagingAreaData, System.String stagingArea, System.String playerPackage, System.String installPath, System.String companyName, System.String productName, BuildOptions options, UnityEditor.RuntimeClassRegistry usedClassRegistry) UnityEditor.Android.PostProcessAndroidPlayer.PostProcess (BuildTarget target, System.String stagingAreaData, System.String stagingArea, System.String playerPackage, System.String installPath, System.String companyName, System.String productName, BuildOptions options, UnityEditor.RuntimeClassRegistry usedClassRegistry) UnityEditor.HostView:OnGUI()
[補足]
AdMobをImportしたあと下記のエラーができました。
1度クリアすれば問題なくUnityの再生はできました。
エラーメッセージ Google.JarResolver.ResolutionException: Cannot find candidate artifact for com.google.android.gms:play-services-ads:LATEST at Google.JarResolver.PlayServicesSupport.DependOn (System.String group, System.String artifact, System.String version) [0x00000] in <filename unknown>:0 at AdMobDependencies..cctor () [0x00024] in D:\ユーザー名\_unity\AdSDK\Admob\05\New Unity Project\Assets\PlayServicesResolver\Editor\AdMobDependencies.cs:18 UnityEditor.EditorAssemblies:SetLoadedEditorAssemblies(Assembly[])
回答1件
あなたの回答
tips
プレビュー
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。
2016/07/13 12:17
2016/07/13 12:40
2016/07/14 00:38