I am trying to setup AdMob for Unity. Using a project that contains nothing but the necessary files for AdMob, and attempting to build for Android, I get the following error:
Error building Player: CommandInvokationFailure: Failed to re-package resources. See the Console for details.
C:\Users\me\AppData\Local\Android\android-sdk\build-tools\22.0.1\aapt.exe package --auto- add-overlay -v -f -m -J gen -M AndroidManifest.xml -S "res" -I "C:/Users/me/AppData/Local/Android/android-sdk/platforms/android-22\android.jar" -F bin/resources.ap_ --extra-packages
stderr[
ERROR: No argument supplied for '--extra-packages' option
Android Asset Packaging Tool
Does anyone know what the problem is?
I am using the following source code/guide:
https://github.com/googleads/googleads-mobile-plugins/tree/master/unity
↧