Hi,
I’m trying to build my Unity project for Android and I am getting the error pasted below.
It works fine on iOS, and until I added google-play-services_lib it built fine on Android.
I have added google-play-services_lib as I am attempting to link with Game Play Services leaderboards and achievements.
My other plugins
Error building Player: CommandInvokationFailure: Failed to re-package resources. See the Console for details.
/Users/nick.dean/Library/Android/sdk/build-tools/23.0.1/aapt package --auto-add-overlay -v -f -m -J gen -M AndroidManifest.xml -S “res” -I “/Users/nick.dean/Library/Android/sdk/platforms/android-23/android.jar” -F bin/resources.ap_ --extra-packages com.google.unity:com.google.example.games.mainlibproj:android.support.v7.appcompat:com.google.android.gms:com.google.android.gms.base:com.google.android.gms:com.google.android.gms.drive:com.google.android.gms.games:com.google.android.gms.nearby:com.google.android.gms.plus:android.support.v4:com.unity3d.ads.android -S “/Users/nick.dean/bug/Temp/StagingArea/android-libraries/appcompat-v7-23.1.1/res” -S “/Users/nick.dean/bug/Temp/StagingArea/android-libraries/google-play-services_lib/res” -S “/Users/nick.dean/bug/Temp/StagingArea/android-libraries/play-services-base-8.3.0/res” -S “/Users/nick.dean/bug/Temp/StagingArea/android-libraries/play-services-basement-8.3.0/res” -S “/Users/nick.dean/bug/Temp/StagingArea/android-libraries/play-services-drive-8.3.0/res” -S “/Users/nick.dean/bug/Temp/StagingArea/android-libraries/play-services-games-8.3.0/res” -S “/Users/nick.dean/bug/Temp/StagingArea/android-libraries/play-services-nearby-8.3.0/res” -S “/Users/nick.dean/bug/Temp/StagingArea/android-libraries/play-services-plus-8.3.0/res” -S “/Users/nick.dean/bug/Temp/StagingArea/android-libraries/support-v4-23.1.1/res” -S “/Users/nick.dean/bug/Temp/StagingArea/android-libraries/unityads-release/res”
stderr[
/Users/nick.dean/bug/Temp/StagingArea/android-libraries/appcompat-v7-23.1.1/res/layout/abc_alert_dialog_button_bar_material.xml:18: note: removing attribute http://schemas.android.com/apk/res/android:layoutDirection from <android.support.v7.widget.ButtonBarLayout>
/Users/nick.dean/bug/Temp/StagingArea/android-libraries/appcompat-v7-23.1.1/res/layout/abc_alert_dialog_button_bar_material.xml: note: using v17 attributes; synthesizing resource com.NJD.bugs:layout/abc_alert_dialog_button_bar_material for configuration v17.
/Users/nick.dean/bug/Temp/StagingArea/android-libraries/appcompat-v7-23.1.1/res/layout/abc_alert_dialog_material.xml:48: note: removing attribute http://schemas.android.com/apk/res/android:textAlignment from <android.support.v7.widget.DialogTitle>
/Users/nick.dean/bug/Temp/StagingArea/android-libraries/appcompat-v7-23.1.1/res/layout/abc_alert_dialog_material.xml: note: using v17 attributes; synthesizing resource com.NJD.bugs:layout/abc_alert_dialog_material for configuration v17.
/Users/nick.dean/bug/Temp/StagingArea/android-libraries/appcompat-v7-23.1.1/res/layout/abc_dialog_title_material.xml:29: note: removing attribute http://schemas.android.com/apk/res/android:textAlignment from
/Users/nick.dean/bug/Temp/StagingArea/android-libraries/appcompat-v7-23.1.1/res/layout/abc_dialog_title_material.xml: note: using v17 attributes; synthesizing resource com.NJD.bugs:layout/abc_dialog_title_material for configuration v17.
/Users/nick.dean/bug/Temp/StagingArea/android-libraries/appcompat-v7-23.1.1/res/layout/abc_screen_toolbar.xml:27: note: removing attribute http://schemas.android.com/apk/res/android:touchscreenBlocksFocus from <android.support.v7.widget.ActionBarContainer>
/Users/nick.dean/bug/Temp/StagingArea/android-libraries/appcompat-v7-23.1.1/res/layout/abc_screen_toolbar.xml: note: using v21 attributes; synthesizing resource com.NJD.bugs:layout/abc_screen_toolbar for configuration v21.
/Users/nick.dean/bug/Temp/StagingArea/android-libraries/appcompat-v7-23.1.1/res/layout/abc_search_view.xml:47: note: removing attribute http://schemas.android.com/apk/res/android:layoutDirection from
/Users/nick.dean/bug/Temp/StagingArea/android-libraries/appcompat-v7-23.1.1/res/layout/abc_search_view.xml: note: using v17 attributes; synthesizing resource com.NJD.bugs:layout/abc_search_view for configuration v17.
/Users/nick.dean/bug/Temp/StagingArea/android-libraries/appcompat-v7-23.1.1/res/layout/notification_template_big_media.xml:42: note: removing attribute http://schemas.android.com/apk/res/android:layoutDirection from
/Users/nick.dean/bug/Temp/StagingArea/android-libraries/appcompat-v7-23.1.1/res/layout/notification_template_big_media.xml:34: note: removing attribute http://schemas.android.com/apk/res/android:layout_marginStart from
/Users/nick.dean/bug/Temp/StagingArea/android-libraries/appcompat-v7-23.1.1/res/layout/notification_template_big_media.xml:34: note: removing attribute http://schemas.android.com/apk/res/android:layout_toStartOf from
/Users/nick.dean/bug/Temp/StagingArea/android-libraries/appcompat-v7-23.1.1/res/layout/notification_template_big_media.xml: note: using v17 attributes; synthesizing resource com.NJD.bugs:layout/notification_template_big_media for configuration v17.
/Users/nick.dean/bug/Temp/StagingArea/android-libraries/appcompat-v7-23.1.1/res/layout/notification_template_big_media_narrow.xml:60: note: removing attribute http://schemas.android.com/apk/res/android:layout_toEndOf from
/Users/nick.dean/bug/Temp/StagingArea/android-libraries/appcompat-v7-23.1.1/res/layout/notification_template_big_media_narrow.xml:46: note: removing attribute http://schemas.android.com/apk/res/android:layout_toEndOf from
/Users/nick.dean/bug/Temp/StagingArea/android-libraries/appcompat-v7-23.1.1/res/layout/notification_template_big_media_narrow.xml:46: note: removing attribute http://schemas.android.com/apk/res/android:layoutDirection from
/Users/nick.dean/bug/Temp/StagingArea/android-libraries/appcompat-v7-23.1.1/res/layout/notification_template_big_media_narrow.xml:38: note: removing attribute http://schemas.android.com/apk/res/android:layout_marginStart from
/Users/nick.dean/bug/Temp/StagingArea/android-libraries/appcompat-v7-23.1.1/res/layout/notification_template_big_media_narrow.xml:38: note: removing attribute http://schemas.android.com/apk/res/android:layout_toStartOf from
/Users/nick.dean/bug/Temp/StagingArea/android-libraries/appcompat-v7-23.1.1/res/layout/notification_template_big_media_narrow.xml:30: note: removing attribute http://schemas.android.com/apk/res/android:layout_alignParentEnd from
/Users/nick.dean/bug/Temp/StagingArea/android-libraries/appcompat-v7-23.1.1/res/layout/notification_template_big_media_narrow.xml: note: using v17 attributes; synthesizing resource com.NJD.bugs:layout/notification_template_big_media_narrow for configuration v17.
/Users/nick.dean/bug/Temp/StagingArea/android-libraries/appcompat-v7-23.1.1/res/layout/notification_template_lines.xml:18: note: removing attribute http://schemas.android.com/apk/res/android:paddingEnd from
/Users/nick.dean/bug/Temp/StagingArea/android-libraries/appcompat-v7-23.1.1/res/layout/notification_template_lines.xml:77: note: removing attribute http://schemas.android.com/apk/res/android:layout_marginStart from
/Users/nick.dean/bug/Temp/StagingArea/android-libraries/appcompat-v7-23.1.1/res/layout/notification_template_lines.xml:96: note: removing attribute http://schemas.android.com/apk/res/android:paddingStart from
/Users/nick.dean/bug/Temp/StagingArea/android-libraries/appcompat-v7-23.1.1/res/layout/notification_template_lines.xml:64: note: removing attribute http://schemas.android.com/apk/res/android:layout_marginStart from
/Users/nick.dean/bug/Temp/StagingArea/android-libraries/appcompat-v7-23.1.1/res/layout/notification_template_lines.xml:27: note: removing attribute http://schemas.android.com/apk/res/android:layout_marginStart from
/Users/nick.dean/bug/Temp/StagingArea/android-libraries/appcompat-v7-23.1.1/res/layout/notification_template_lines.xml: note: using v17 attributes; synthesizing resource com.NJD.bugs:layout/notification_template_lines for configuration v17.
/Users/nick.dean/bug/Temp/StagingArea/android-libraries/appcompat-v7-23.1.1/res/layout/notification_template_media.xml:43: note: removing attribute http://schemas.android.com/apk/res/android:layout_marginEnd from
/Users/nick.dean/bug/Temp/StagingArea/android-libraries/appcompat-v7-23.1.1/res/layout/notification_template_media.xml:33: note: removing attribute http://schemas.android.com/apk/res/android:layoutDirection from
/Users/nick.dean/bug/Temp/StagingArea/android-libraries/appcompat-v7-23.1.1/res/layout/notification_template_media.xml: note: using v17 attributes; synthesizing resource com.NJD.bugs:layout/notification_template_media for configuration v17.
/Users/nick.dean/bug/Temp/StagingArea/android-libraries/appcompat-v7-23.1.1/res/layout/notification_template_part_chronometer.xml:18: note: removing attribute http://schemas.android.com/apk/res/android:paddingStart from
/Users/nick.dean/bug/Temp/StagingArea/android-libraries/appcompat-v7-23.1.1/res/layout/notification_template_part_chronometer.xml: note: using v17 attributes; synthesizing resource com.NJD.bugs:layout/notification_template_part_chronometer for configuration v17.
/Users/nick.dean/bug/Temp/StagingArea/android-libraries/appcompat-v7-23.1.1/res/layout/notification_template_part_time.xml:18: note: removing attribute http://schemas.android.com/apk/res/android:paddingStart from
/Users/nick.dean/bug/Temp/StagingArea/android-libraries/appcompat-v7-23.1.1/res/layout/notification_template_part_time.xml: note: using v17 attributes; synthesizing resource com.NJD.bugs:layout/notification_template_part_time for configuration v17.
/Users/nick.dean/bug/Temp/StagingArea/android-libraries/appcompat-v7-23.1.1/res/layout/select_dialog_multichoice_material.xml:18: note: removing attribute http://schemas.android.com/apk/res/android:paddingStart from
/Users/nick.dean/bug/Temp/StagingArea/android-libraries/appcompat-v7-23.1.1/res/layout/select_dialog_multichoice_material.xml:18: note: removing attribute http://schemas.android.com/apk/res/android:paddingEnd from
/Users/nick.dean/bug/Temp/StagingArea/android-libraries/appcompat-v7-23.1.1/res/layout/select_dialog_multichoice_material.xml:18: note: removing attribute http://schemas.android.com/apk/res/android:drawableStart from
/Users/nick.dean/bug/Temp/StagingArea/android-libraries/appcompat-v7-23.1.1/res/layout/select_dialog_multichoice_material.xml: note: using v13 attributes; synthesizing resource com.NJD.bugs:layout/select_dialog_multichoice_material for configuration v13.
/Users/nick.dean/bug/Temp/StagingArea/android-libraries/appcompat-v7-23.1.1/res/layout/select_dialog_singlechoice_material.xml:18: note: removing attribute http://schemas.android.com/apk/res/android:paddingStart from
/Users/nick.dean/bug/Temp/StagingArea/android-libraries/appcompat-v7-23.1.1/res/layout/select_dialog_singlechoice_material.xml:18: note: removing attribute http://schemas.android.com/apk/res/android:paddingEnd from
/Users/nick.dean/bug/Temp/StagingArea/android-libraries/appcompat-v7-23.1.1/res/layout/select_dialog_singlechoice_material.xml:18: note: removing attribute http://schemas.android.com/apk/res/android:drawableStart from
/Users/nick.dean/bug/Temp/StagingArea/android-libraries/appcompat-v7-23.1.1/res/layout/select_dialog_singlechoice_material.xml: note: using v13 attributes; synthesizing resource com.NJD.bugs:layout/select_dialog_singlechoice_material for configuration v13.
/Users/nick.dean/bug/Temp/StagingArea/android-libraries/unityads-release/res/layout/unityads_button_audio_toggle.xml:2: note: removing attribute http://schemas.android.com/apk/res/android:paddingStart from
/Users/nick.dean/bug/Temp/StagingArea/android-libraries/unityads-release/res/layout/unityads_button_audio_toggle.xml:61: note: removing attribute http://schemas.android.com/apk/res/android:layout_marginStart from
/Users/nick.dean/bug/Temp/StagingArea/android-libraries/unityads-release/res/layout/unityads_button_audio_toggle.xml:27: note: removing attribute http://schemas.android.com/apk/res/android:layout_alignParentStart from
/Users/nick.dean/bug/Temp/StagingArea/android-libraries/unityads-release/res/layout/unityads_button_audio_toggle.xml:27: note: removing attribute http://schemas.android.com/apk/res/android:layout_marginStart from
/Users/nick.dean/bug/Temp/StagingArea/android-libraries/unityads-release/res/layout/unityads_button_audio_toggle.xml:52: note: removing attribute http://schemas.android.com/apk/res/android:layout_marginStart from
/Users/nick.dean/bug/Temp/StagingArea/android-libraries/unityads-release/res/layout/unityads_button_audio_toggle.xml:44: note: removing attribute http://schemas.android.com/apk/res/android:layout_marginStart from
/Users/nick.dean/bug/Temp/StagingArea/android-libraries/unityads-release/res/layout/unityads_button_audio_toggle.xml:19: note: removing attribute http://schemas.android.com/apk/res/android:layout_alignParentStart from
/Users/nick.dean/bug/Temp/StagingArea/android-libraries/unityads-release/res/layout/unityads_button_audio_toggle.xml:10: note: removing attribute http://schemas.android.com/apk/res/android:layout_marginStart from
/Users/nick.dean/bug/Temp/StagingArea/android-libraries/unityads-release/res/layout/unityads_button_audio_toggle.xml: note: using v17 attributes; synthesizing resource com.NJD.bugs:layout/unityads_button_audio_toggle for configuration v17.
/Users/nick.dean/bug/Temp/StagingArea/android-libraries/unityads-release/res/layout/unityads_button_pause.xml:8: note: removing attribute http://schemas.android.com/apk/res/android:layout_marginStart from
/Users/nick.dean/bug/Temp/StagingArea/android-libraries/unityads-release/res/layout/unityads_button_pause.xml: note: using v17 attributes; synthesizing resource com.NJD.bugs:layout/unityads_button_pause for configuration v17.
/Users/nick.dean/bug/Temp/StagingArea/android-libraries/unityads-release/res/layout/unityads_view_video_play.xml:92: note: removing attribute http://schemas.android.com/apk/res/android:layout_alignParentStart from
/Users/nick.dean/bug/Temp/StagingArea/android-libraries/unityads-release/res/layout/unityads_view_video_play.xml:57: note: removing attribute http://schemas.android.com/apk/res/android:layout_alignParentEnd from
/Users/nick.dean/bug/Temp/StagingArea/android-libraries/unityads-release/res/layout/unityads_view_video_play.xml:57: note: removing attribute http://schemas.android.com/apk/res/android:layout_marginEnd from
/Users/nick.dean/bug/Temp/StagingArea/android-libraries/unityads-release/res/layout/unityads_view_video_play.xml:44: note: removing attribute http://schemas.android.com/apk/res/android:layout_marginEnd from
/Users/nick.dean/bug/Temp/StagingArea/android-libraries/unityads-release/res/layout/unityads_view_video_play.xml:29: note: removing attribute http://schemas.android.com/apk/res/android:layout_marginStart from
/Users/nick.dean/bug/Temp/StagingArea/android-libraries/unityads-release/res/layout/unityads_view_video_play.xml: note: using v17 attributes; synthesizing resource com.NJD.bugs:layout/unityads_view_video_play for configuration v17.
/Users/nick.dean/bug/Temp/StagingArea/android-libraries/appcompat-v7-23.1.1/res/drawable/abc_textfield_search_material.xml:19: note: removing attribute http://schemas.android.com/apk/res/android:state_activated from
/Users/nick.dean/bug/Temp/StagingArea/android-libraries/appcompat-v7-23.1.1/res/drawable/abc_textfield_search_material.xml: note: using v11 attributes; synthesizing resource com.NJD.bugs:drawable/abc_textfield_search_material for configuration v11.
/Users/nick.dean/bug/Temp/StagingArea/android-libraries/appcompat-v7-23.1.1/res/layout/select_dialog_multichoice_material.xml:18: note: removing attribute http://schemas.android.com/apk/res/android:paddingStart from
/Users/nick.dean/bug/Temp/StagingArea/android-libraries/appcompat-v7-23.1.1/res/layout/select_dialog_multichoice_material.xml:18: note: removing attribute http://schemas.android.com/apk/res/android:paddingEnd from
/Users/nick.dean/bug/Temp/S