Hello everyone. I know this question has been asked several times, I spent the last few days scouring through all the past topics, but I was unable to find a solution that worked for me.
The tools I use are the following:
Unity 2018.2.3f1
Visual Studio 2012
Facebook SDK 7.14.0
Android SDK Tools 25.2.5 (API Level 28)
After installing the Facebook package, I have been unable to build an APK. I get the following error message:
CommandInvokationFailure: Failed to re-package resources.
D:\Software\Programming\adtbundle\sdk\build-tools\28.0.3\aapt.exe package --auto-add-overlay -v -f -m -J "gen" -M "AndroidManifest.xml" -S "res" -I "D:\Software\Programming\adtbundle\sdk\platforms\android-28\android.jar" -F bin/resources.ap_ --extra-packages com.facebook.android:com.facebook.applinks:com.facebook.common:com.facebook.core:com.facebook.login:com.facebook.marketing:com.facebook.messenger:com.facebook.places:com.facebook.share -S "D:\Indecyfer\Crash\Temp\StagingArea\android-libraries\facebook-android-wrapper-7.13.0\res" -S "D:\Indecyfer\Crash\Temp\StagingArea\android-libraries\facebook-common\res" -S "D:\Indecyfer\Crash\Temp\StagingArea\android-libraries\facebook-login\res" -S "D:\Indecyfer\Crash\Temp\StagingArea\android-libraries\facebook-messenger\res" -S "D:\Indecyfer\Crash\Temp\StagingArea\android-libraries\facebook-share\res"
stderr[
D:\Indecyfer\Crash\Temp\StagingArea\android-libraries\facebook-common\res\values\values.xml:72: error: Error retrieving parent for item: No resource found that matches the given name '@style/Theme.AppCompat.NoActionBar'.
D:\Indecyfer\Crash\Temp\StagingArea\android-libraries\facebook-common\res\values\values.xml:77: error: Error retrieving parent for item: No resource found that matches the given name '@style/Theme.AppCompat.Dialog'.
]
stdout[
Configurations:
(default)
mdpi-v4
hdpi-v4
xhdpi-v4
xxhdpi-v4
Files:
color\com_facebook_send_button_text_color.xml
Src: () D:\Indecyfer\Crash\Temp\StagingArea\android-libraries\facebook-share\res\color\com_facebook_send_button_text_color.xml
drawable\com_facebook_button_send_background.xml
Src: () D:\Indecyfer\Crash\Temp\StagingArea\android-libraries\facebook-share\res\drawable\com_facebook_button_send_background.xml
drawable\com_facebook_button_send_icon_blue.png
Src: (mdpi-v4) D:\Indecyfer\Crash\Temp\StagingArea\android-libraries\facebook-share\res\drawable-mdpi-v4\com_facebook_button_send_icon_blue.png
Src: (hdpi-v4) D:\Indecyfer\Crash\Temp\StagingArea\android-libraries\facebook-share\res\drawable-hdpi-v4\com_facebook_button_send_icon_blue.png
Src: (xhdpi-v4) D:\Indecyfer\Crash\Temp\StagingArea\android-libraries\facebook-share\res\drawable-xhdpi-v4\com_facebook_button_send_icon_blue.png
drawable\com_facebook_button_send_icon_white.png
Src: (mdpi-v4) D:\Indecyfer\Crash\Temp\StagingArea\android-libraries\facebook-share\res\drawable-mdpi-v4\com_facebook_button_send_icon_white.png
Src: (hdpi-v4) D:\Indecyfer\Crash\Temp\StagingArea\android-libraries\facebook-share\res\drawable-hdpi-v4\com_facebook_button_send_icon_white.png
Src: (xhdpi-v4) D:\Indecyfer\Crash\Temp\StagingArea\android-libraries\facebook-share\res\drawable-xhdpi-v4\com_facebook_button_send_icon_white.png
Src: (xxhdpi-v4) D:\Indecyfer\Crash\Temp\StagingArea\android-libraries\facebook-share\res\drawable-xxhdpi-v4\com_facebook_button_send_icon_white.png
drawable\com_facebook_send_button_icon.xml
Src: () D:\Indecyfer\Crash\Temp\StagingArea\android-libraries\facebook-share\res\drawable\com_facebook_send_button_icon.xml
values\values.xml
Src: () D:\Indecyfer\Crash\Temp\StagingArea\android-libraries\facebook-share\res\values\values.xml
AndroidManifest.xml
Src: () AndroidManifest.xml
Resource Dirs:
Type color
color\com_facebook_send_button_text_color.xml
Src: () D:\Indecyfer\Crash\Temp\StagingArea\android-libraries\facebook-share\res\color\com_facebook_send_button_text_color.xml
Type drawable
drawable\com_facebook_button_send_background.xml
Src: () D:\Indecyfer\Crash\Temp\StagingArea\android-libraries\facebook-share\res\drawable\com_facebook_button_send_background.xml
drawable\com_facebook_button_send_icon_blue.png
Src: (mdpi-v4) D:\Indecyfer\Crash\Temp\StagingArea\android-libraries\facebook-share\res\drawable-mdpi-v4\com_facebook_button_send_icon_blue.png
Src: (hdpi-v4) D:\Indecyfer\Crash\Temp\StagingArea\android-libraries\facebook-share\res\drawable-hdpi-v4\com_facebook_button_send_icon_blue.png
Src: (xhdpi-v4) D:\Indecyfer\Crash\Temp\StagingArea\android-libraries\facebook-share\res\drawable-xhdpi-v4\com_facebook_button_send_icon_blue.png
drawable\com_facebook_button_send_icon_white.png
Src: (mdpi-v4) D:\Indecyfer\Crash\Temp\StagingArea\android-libraries\facebook-share\res\drawable-mdpi-v4\com_facebook_button_send_icon_white.png
Src: (hdpi-v4) D:\Indecyfer\Crash\Temp\StagingArea\android-libraries\facebook-share\res\drawable-hdpi-v4\com_facebook_button_send_icon_white.png
Src: (xhdpi-v4) D:\Indecyfer\Crash\Temp\StagingArea\android-libraries\facebook-share\res\drawable-xhdpi-v4\com_facebook_button_send_icon_white.png
Src: (xxhdpi-v4) D:\Indecyfer\Crash\Temp\StagingArea\android-libraries\facebook-share\res\drawable-xxhdpi-v4\com_facebook_button_send_icon_white.png
drawable\com_facebook_send_button_icon.xml
Src: () D:\Indecyfer\Crash\Temp\StagingArea\android-libraries\facebook-share\res\drawable\com_facebook_send_button_icon.xml
Type values
values\values.xml
Src: () D:\Indecyfer\Crash\Temp\StagingArea\android-libraries\facebook-share\res\values\values.xml
Including resources from package: D:\Software\Programming\adtbundle\sdk\platforms\android-28\android.jar
applyFileOverlay for drawable
trying overlaySet Key=messenger_bubble_large_blue.png
trying overlaySet Key=messenger_bubble_large_white.png
trying overlaySet Key=messenger_bubble_small_blue.png
trying overlaySet Key=messenger_bubble_small_white.png
trying overlaySet Key=messenger_button_blue_bg_round.xml
trying overlaySet Key=messenger_button_blue_bg_selector.xml
trying overlaySet Key=messenger_button_send_round_shadow.png
trying overlaySet Key=messenger_button_white_bg_round.xml
trying overlaySet Key=messenger_button_white_bg_selector.xml
trying overlaySet Key=com_facebook_button_login_background.xml
trying overlaySet Key=com_facebook_button_login_logo.xml
trying overlaySet Key=com_facebook_button_login_silver_background.xml
trying overlaySet Key=com_facebook_profile_picture_blank_portrait.png
trying overlaySet Key=com_facebook_profile_picture_blank_square.png
trying overlaySet Key=com_facebook_tooltip_black_background.9.png
trying overlaySet Key=com_facebook_tooltip_black_bottomnub.png
trying overlaySet Key=com_facebook_tooltip_black_topnub.png
trying overlaySet Key=com_facebook_tooltip_black_xout.png
trying overlaySet Key=com_facebook_tooltip_blue_background.9.png
trying overlaySet Key=com_facebook_tooltip_blue_bottomnub.png
trying overlaySet Key=com_facebook_tooltip_blue_topnub.png
trying overlaySet Key=com_facebook_tooltip_blue_xout.png
trying overlaySet Key=com_facebook_auth_dialog_background.xml
trying overlaySet Key=com_facebook_auth_dialog_cancel_background.xml
trying overlaySet Key=com_facebook_auth_dialog_header_background.xml
trying overlaySet Key=com_facebook_button_background.xml
trying overlaySet Key=com_facebook_button_icon.xml
trying overlaySet Key=com_facebook_button_icon_blue.png
trying overlaySet Key=com_facebook_button_icon_white.png
trying overlaySet Key=com_facebook_button_like_background.xml
trying overlaySet Key=com_facebook_button_like_icon_selected.png
trying overlaySet Key=com_facebook_close.png
trying overlaySet Key=com_facebook_favicon_blue.xml
trying overlaySet Key=app_banner.png
applyFileOverlay for layout
trying overlaySet Key=messenger_button_send_blue_large.xml
trying overlaySet Key=messenger_button_send_blue_round.xml
trying overlaySet Key=messenger_button_send_blue_small.xml
trying overlaySet Key=messenger_button_send_white_large.xml
trying overlaySet Key=messenger_button_send_white_round.xml
trying overlaySet Key=messenger_button_send_white_small.xml
trying overlaySet Key=com_facebook_tooltip_bubble.xml
trying overlaySet Key=com_facebook_activity_layout.xml
trying overlaySet Key=com_facebook_device_auth_dialog_fragment.xml
trying overlaySet Key=com_facebook_login_fragment.xml
trying overlaySet Key=com_facebook_smart_device_dialog_fragment.xml
applyFileOverlay for anim
applyFileOverlay for animator
applyFileOverlay for interpolator
applyFileOverlay for transition
applyFileOverlay for xml
applyFileOverlay for raw
applyFileOverlay for color
trying overlaySet Key=com_facebook_button_text_color.xml
applyFileOverlay for menu
applyFileOverlay for font
applyFileOverlay for mipmap
trying overlaySet Key=app_icon.png
trying overlaySet Key=app_icon.xml
trying overlaySet Key=app_icon_round.xml
trying overlaySet Key=ic_launcher_background.png
trying overlaySet Key=ic_launcher_foreground.png
Processing image: res\drawable-xhdpi\app_banner.png
Processing image: D:\Indecyfer\Crash\Temp\StagingArea\android-libraries\facebook-common\res\drawable-mdpi-v4\com_facebook_button_icon_blue.png
Processing image: D:\Indecyfer\Crash\Temp\StagingArea\android-libraries\facebook-common\res\drawable-hdpi-v4\com_facebook_button_icon_blue.png
Processing image: D:\Indecyfer\Crash\Temp\StagingArea\android-libraries\facebook-common\res\drawable-xhdpi-v4\com_facebook_button_icon_blue.png
(processed image D:\Indecyfer\Crash\Temp\StagingArea\android-libraries\facebook-common\res\drawable-mdpi-v4\com_facebook_button_icon_blue.png: 113% size of source)
(processed image D:\Indecyfer\Crash\Temp\StagingArea\android-libraries\facebook-common\res\drawable-hdpi-v4\com_facebook_button_icon_blue.png: 105% size of source)
Processing image: D:\Indecyfer\Crash\Temp\StagingArea\android-libraries\facebook-common\res\drawable-xxhdpi-v4\com_facebook_button_icon_blue.png
(processed image D:\Indecyfer\Crash\Temp\StagingArea\android-libraries\facebook-common\res\drawable-xhdpi-v4\com_facebook_button_icon_blue.png: 106% size of source)
Processing image: D:\Indecyfer\Crash\Temp\StagingArea\android-libraries\facebook-common\res\drawable-mdpi-v4\com_facebook_button_icon_white.png
Processing image: D:\Indecyfer\Crash\Temp\StagingArea\android-libraries\facebook-common\res\drawable-hdpi-v4\com_facebook_button_icon_white.png
(processed image D:\Indecyfer\Crash\Temp\StagingArea\android-libraries\facebook-common\res\drawable-mdpi-v4\com_facebook_button_icon_white.png: 161% size of source)
Processing image: D:\Indecyfer\Crash\Temp\StagingArea\android-libraries\facebook-common\res\drawable-xhdpi-v4\com_facebook_button_icon_white.png
(processed image D:\Indecyfer\Crash\Temp\StagingArea\android-libraries\facebook-common\res\drawable-xxhdpi-v4\com_facebook_button_icon_blue.png: 103% size of source)
(processed image D:\Indecyfer\Crash\Temp\StagingArea\android-libraries\facebook-common\res\drawable-hdpi-v4\com_facebook_button_icon_white.png: 157% size of source)
Processing image: D:\Indecyfer\Crash\Temp\StagingArea\android-libraries\facebook-common\res\drawable-xxhdpi-v4\com_facebook_button_icon_white.png
Processing image: D:\Indecyfer\Crash\Temp\StagingArea\android-libraries\facebook-common\res\drawable-mdpi-v4\com_facebook_button_like_icon_selected.png
(processed image D:\Indecyfer\Crash\Temp\StagingArea\android-libraries\facebook-common\res\drawable-xhdpi-v4\com_facebook_button_icon_white.png: 162% size of source)
Processing image: D:\Indecyfer\Crash\Temp\StagingArea\android-libraries\facebook-common\res\drawable-hdpi-v4\com_facebook_button_like_icon_selected.png
(processed image D:\Indecyfer\Crash\Temp\StagingArea\android-libraries\facebook-common\res\drawable-mdpi-v4\com_facebook_button_like_icon_selected.png: 147% size of source)
Processing image: D:\Indecyfer\Crash\Temp\StagingArea\android-libraries\facebook-common\res\drawable-xhdpi-v4\com_facebook_button_like_icon_selected.png
(processed image D:\Indecyfer\Crash\Temp\StagingArea\android-libraries\facebook-common\res\drawable-xxhdpi-v4\com_facebook_button_icon_white.png: 157% size of source)
(processed image D:\Indecyfer\Crash\Temp\StagingArea\android-libraries\facebook-common\res\drawable-hdpi-v4\com_facebook_button_like_icon_selected.png: 138% size of source)
Processing image: D:\Indecyfer\Crash\Temp\StagingArea\android-libraries\facebook-common\res\drawable-xxhdpi-v4\com_facebook_button_like_icon_selected.png
Processing image: D:\Indecyfer\Crash\Temp\StagingArea\android-libraries\facebook-share\res\drawable-mdpi-v4\com_facebook_button_send_icon_blue.png
(processed image D:\Indecyfer\Crash\Temp\StagingArea\android-libraries\facebook-common\res\drawable-xhdpi-v4\com_facebook_button_like_icon_selected.png: 130% size of source)
Processing image: D:\Indecyfer\Crash\Temp\StagingArea\android-libraries\facebook-share\res\drawable-hdpi-v4\com_facebook_button_send_icon_blue.png
(processed image D:\Indecyfer\Crash\Temp\StagingArea\android-libraries\facebook-common\res\drawable-xxhdpi-v4\com_facebook_button_like_icon_selected.png: 125% size of source)
(processed image D:\Indecyfer\Crash\Temp\StagingArea\android-libraries\facebook-share\res\drawable-mdpi-v4\com_facebook_button_send_icon_blue.png: 143% size of source)
Processing image: D:\Indecyfer\Crash\Temp\StagingArea\android-libraries\facebook-share\res\drawable-xhdpi-v4\com_facebook_button_send_icon_blue.png
Processing image: D:\Indecyfer\Crash\Temp\StagingArea\android-libraries\facebook-share\res\drawable-mdpi-v4\com_facebook_button_send_icon_white.png
(processed image D:\Indecyfer\Crash\Temp\StagingArea\android-libraries\facebook-share\res\drawable-hdpi-v4\com_facebook_button_send_icon_blue.png: 136% size of source)
Processing image: D:\Indecyfer\Crash\Temp\StagingArea\android-libraries\facebook-share\res\drawable-hdpi-v4\com_facebook_button_send_icon_white.png
(processed image D:\Indecyfer\Crash\Temp\StagingArea\android-libraries\facebook-share\res\drawable-mdpi-v4\com_facebook_button_send_icon_white.png: 103% size of source)
Processing image: D:\Indecyfer\Crash\Temp\StagingArea\android-libraries\facebook-share\res\drawable-xhdpi-v4\com_facebook_button_send_icon_white.png
(processed image D:\Indecyfer\Crash\Temp\StagingArea\android-libraries\facebook-share\res\drawable-xhdpi-v4\com_facebook_button_send_icon_blue.png: 179% size of source)
Processing image: D:\Indecyfer\Crash\Temp\StagingArea\android-libraries\facebook-share\res\drawable-xxhdpi-v4\com_facebook_button_send_icon_white.png
(processed image D:\Indecyfer\Crash\Temp\StagingArea\android-libraries\facebook-share\res\drawable-hdpi-v4\com_facebook_button_send_icon_white.png: 187% size of source)
Processing image: D:\Indecyfer\Crash\Temp\StagingArea\android-libraries\facebook-common\res\drawable-mdpi-v4\com_facebook_close.png
(processed image D:\Indecyfer\Crash\Temp\StagingArea\android-libraries\facebook-share\res\drawable-xhdpi-v4\com_facebook_button_send_icon_white.png: 185% size of source)
Processing image: D:\Indecyfer\Crash\Temp\StagingArea\android-libraries\facebook-common\res\drawable-hdpi-v4\com_facebook_close.png
(processed image D:\Indecyfer\Crash\Temp\StagingArea\android-libraries\facebook-common\res\drawable-mdpi-v4\com_facebook_close.png: 120% size of source)
Processing image: D:\Indecyfer\Crash\Temp\StagingArea\android-libraries\facebook-common\res\drawable-xhdpi-v4\com_facebook_close.png
(processed image D:\Indecyfer\Crash\Temp\StagingArea\android-libraries\facebook-share\res\drawable-xxhdpi-v4\com_facebook_button_send_icon_white.png: 171% size of source)
Processing image: D:\Indecyfer\Crash\Temp\StagingArea\android-libraries\facebook-login\res\drawable-mdpi-v4\com_facebook_profile_picture_blank_portrait.png
(processed image D:\Indecyfer\Crash\Temp\StagingArea\android-libraries\facebook-common\res\drawable-hdpi-v4\com_facebook_close.png: 108% size of source)
Processing image: D:\Indecyfer\Crash\Temp\StagingArea\android-libraries\facebook-login\res\drawable-mdpi-v4\com_facebook_profile_picture_blank_square.png
(processed image D:\Indecyfer\Crash\Temp\StagingArea\android-libraries\facebook-common\res\drawable-xhdpi-v4\com_facebook_close.png: 132% size of source)
Processing image: D:\Indecyfer\Crash\Temp\StagingArea\android-libraries\facebook-login\res\drawable-mdpi-v4\com_facebook_tooltip_black_background.9.png
(processed image D:\Indecyfer\Crash\Temp\StagingArea\android-libraries\facebook-login\res\drawable-mdpi-v4\com_facebook_profile_picture_blank_portrait.png: 110% size of source)
Processing image: D:\Indecyfer\Crash\Temp\StagingArea\android-libraries\facebook-login\res\drawable-hdpi-v4\com_facebook_tooltip_black_background.9.png
(processed image D:\Indecyfer\Crash\Temp\StagingArea\android-libraries\facebook-login\res\drawable-mdpi-v4\com_facebook_profile_picture_blank_square.png: 110% size of source)
Processing image: D:\Indecyfer\Crash\Temp\StagingArea\android-libraries\facebook-login\res\drawable-xhdpi-v4\com_facebook_tooltip_black_background.9.png
(processed image D:\Indecyfer\Crash\Temp\StagingArea\android-libraries\facebook-login\res\drawable-mdpi-v4\com_facebook_tooltip_black_background.9.png: 118% size of source)
Processing image: D:\Indecyfer\Crash\Temp\StagingArea\android-libraries\facebook-login\res\drawable-mdpi-v4\com_facebook_tooltip_black_bottomnub.png
(processed image D:\Indecyfer\Crash\Temp\StagingArea\android-libraries\facebook-login\res\drawable-mdpi-v4\com_facebook_tooltip_black_bottomnub.png: 160% size of source)
Processing image: D:\Indecyfer\Crash\Temp\StagingArea\android-libraries\facebook-login\res\drawable-hdpi-v4\com_facebook_tooltip_black_bottomnub.png
(processed image D:\Indecyfer\Crash\Temp\StagingArea\android-libraries\facebook-login\res\drawable-hdpi-v4\com_facebook_tooltip_black_bottomnub.png: 172% size of source)
Processing image: D:\Indecyfer\Crash\Temp\StagingArea\android-libraries\facebook-login\res\drawable-xhdpi-v4\com_facebook_tooltip_black_bottomnub.png
(processed image D:\Indecyfer\Crash\Temp\StagingArea\android-libraries\facebook-login\res\drawable-xhdpi-v4\com_facebook_tooltip_black_bottomnub.png: 167% size of source)
Processing image: D:\Indecyfer\Crash\Temp\StagingArea\android-libraries\facebook-login\res\drawable-mdpi-v4\com_facebook_tooltip_black_topnub.png
(processed image D:\Indecyfer\Crash\Temp\StagingArea\android-libraries\facebook-login\res\drawable-mdpi-v4\com_facebook_tooltip_black_topnub.png: 130% size of source)
Processing image: D:\Indecyfer\Crash\Temp\StagingArea\android-libraries\facebook-login\res\drawable-hdpi-v4\com_facebook_tooltip_black_topnub.png
(processed image D:\Indecyfer\Crash\Temp\StagingArea\android-libraries\facebook-login\res\drawable-hdpi-v4\com_facebook_tooltip_black_topnub.png: 133% size of source)
Processing image: D:\Indecyfer\Crash\Temp\StagingArea\android-libraries\facebook-login\res\drawable-xhdpi-v4\com_facebook_tooltip_black_topnub.png
(processed image D:\Indecyfer\Crash\Temp\StagingArea\android-libraries\facebook-login\res\drawable-xhdpi-v4\com_facebook_tooltip_black_topnub.png: 139% size of source)
Processing image: D:\Indecyfer\Crash\Temp\StagingArea\android-libraries\facebook-login\res\drawable-mdpi-v4\com_facebook_tooltip_black_xout.png
(processed image D:\Indecyfer\Crash\Temp\StagingArea\android-libraries\facebook-login\res\drawable-mdpi-v4\com_facebook_tooltip_black_xout.png: 124% size of source)
Processing image: D:\Indecyfer\Crash\Temp\StagingArea\android-libraries\facebook-login\res\drawable-hdpi-v4\com_facebook_tooltip_black_xout.png
(processed image D:\Indecyfer\Crash\Temp\StagingArea\android-libraries\facebook-login\res\drawable-hdpi-v4\com_facebook_tooltip_black_xout.png: 122% size of source)
Processing image: D:\Indecyfer\Crash\Temp\StagingArea\android-libraries\facebook-login\res\drawable-xhdpi-v4\com_facebook_tooltip_black_xout.png
(processed image D:\Indecyfer\Crash\Temp\StagingArea\android-libraries\facebook-login\res\drawable-xhdpi-v4\com_facebook_tooltip_black_xout.png: 104% size of source)
Processing image: D:\Indecyfer\Crash\Temp\StagingArea\android-libraries\facebook-login\res\drawable-mdpi-v4\com_facebook_tooltip_blue_background.9.png
(processed image D:\Indecyfer\Crash\Temp\StagingArea\android-libraries\facebook-login\res\drawable-mdpi-v4\com_facebook_tooltip_blue_background.9.png: 118% size of source)
Processing image: D:\Indecyfer\Crash\Temp\StagingArea\android-libraries\facebook-login\res\drawable-hdpi-v4\com_facebook_tooltip_blue_background.9.png
(processed image D:\Indecyfer\Crash\Temp\StagingArea\android-libraries\facebook-login\res\drawable-hdpi-v4\com_facebook_tooltip_black_background.9.png: 118% size of source)
Processing image: D:\Indecyfer\Crash\Temp\StagingArea\android-libraries\facebook-login\res\drawable-xhdpi-v4\com_facebook_tooltip_blue_background.9.png
(processed image res\drawable-xhdpi\app_banner.png: 88% size of source)
Processing image: D:\Indecyfer\Crash\Temp\StagingArea\android-libraries\facebook-login\res\drawable-mdpi-v4\com_facebook_tooltip_blue_bottomnub.png
(processed image D:\Indecyfer\Crash\Temp\StagingArea\android-libraries\facebook-login\res\drawable-mdpi-v4\com_facebook_tooltip_blue_bottomnub.png: 143% size of source)
Processing image: D:\Indecyfer\Crash\Temp\StagingArea\android-libraries\facebook-login\res\drawable-hdpi-v4\com_facebook_tooltip_blue_bottomnub.png
(processed image D:\Indecyfer\Crash\Temp\StagingArea\android-libraries\facebook-login\res\drawable-hdpi-v4\com_facebook_tooltip_blue_bottomnub.png: 156% size of source)
Processing image: D:\Indecyfer\Crash\Temp\StagingArea\android-libraries\facebook-login\res\drawable-xhdpi-v4\com_facebook_tooltip_blue_bottomnub.png
(processed image D:\Indecyfer\Crash\Temp\StagingArea\android-libraries\facebook-login\res\drawable-xhdpi-v4\com_facebook_tooltip_blue_bottomnub.png: 147% size of source)
Processing image: D:\Indecyfer\Crash\Temp\StagingArea\android-libraries\facebook-login\res\drawable-mdpi-v4\com_facebook_tooltip_blue_topnub.png
(processed image D:\Indecyfer\Crash\Temp\StagingArea\android-libraries\facebook-login\res\drawable-mdpi-v4\com_facebook_tooltip_blue_topnub.png: 116% size of source)
Processing image: D:\Indecyfer\Crash\Temp\StagingArea\android-libraries\facebook-login\res\drawable-hdpi-v4\com_facebook_tooltip_blue_topnub.png
(processed image D:\Indecyfer\Crash\Temp\StagingArea\android-libraries\facebook-login\res\drawable-hdpi-v4\com_facebook_tooltip_blue_topnub.png: 140% size of source)
Processing image: D:\Indecyfer\Crash\Temp\StagingArea\android-libraries\facebook-login\res\drawable-xhdpi-v4\com_facebook_tooltip_blue_topnub.png
(processed image D:\Indecyfer\Crash\Temp\StagingArea\android-libraries\facebook-login\res\drawable-xhdpi-v4\com_facebook_tooltip_blue_topnub.png: 137% size of source)
Processing image: D:\Indecyfer\Crash\Temp\StagingArea\android-libraries\facebook-login\res\drawable-mdpi-v4\com_facebook_tooltip_blue_xout.png
(processed image D:\Indecyfer\Crash\Temp\StagingArea\android-libraries\facebook-login\res\drawable-mdpi-v4\com_facebook_tooltip_blue_xout.png: 123% size of source)
Processing image: D:\Indecyfer\Crash\Temp\StagingArea\android-libraries\facebook-login\res\drawable-hdpi-v4\com_facebook_tooltip_blue_xout.png
(processed image D:\Indecyfer\Crash\Temp\StagingArea\android-libraries\facebook-login\res\drawable-hdpi-v4\com_facebook_tooltip_blue_xout.png: 122% size of source)
Processing image: D:\Indecyfer\Crash\Temp\StagingArea\android-libraries\facebook-login\res\drawable-xhdpi-v4\com_facebook_tooltip_blue_xout.png
(processed image D:\Indecyfer\Crash\Temp\StagingArea\android-libraries\facebook-login\res\drawable-xhdpi-v4\com_facebook_tooltip_blue_xout.png: 108% size of source)
Processing image: D:\Indecyfer\Crash\Temp\StagingArea\android-libraries\facebook-messenger\res\drawable-mdpi-v4\messenger_bubble_large_blue.png
(processed image D:\Indecyfer\Crash\Temp\StagingArea\android-libraries\facebook-messenger\res\drawable-mdpi-v4\messenger_bubble_large_blue.png: 144% size of source)
Processing image: D:\Indecyfer\Crash\Temp\StagingArea\android-libraries\facebook-messenger\res\drawable-hdpi-v4\messenger_bubble_large_blue.png
(processed image D:\Indecyfer\Crash\Temp\StagingArea\android-libraries\facebook-messenger\res\drawable-hdpi-v4\messenger_bubble_large_blue.png: 134% size of source)
Processing image: D:\Indecyfer\Crash\Temp\StagingArea\android-libraries\facebook-messenger\res\drawable-xhdpi-v4\messenger_bubble_large_blue.png
(processed image D:\Indecyfer\Crash\Temp\StagingArea\android-libraries\facebook-messenger\res\drawable-xhdpi-v4\messenger_bubble_large_blue.png: 135% size of source)
Processing image: D:\Indecyfer\Crash\Temp\StagingArea\android-libraries\facebook-messenger\res\drawable-xxhdpi-v4\messenger_bubble_large_blue.png
(processed image D:\Indecyfer\Crash\Temp\StagingArea\android-libraries\facebook-messenger\res\drawable-xxhdpi-v4\messenger_bubble_large_blue.png: 131% size of source)
Processing image: D:\Indecyfer\Crash\Temp\StagingArea\android-libraries\facebook-messenger\res\drawable-mdpi-v4\messenger_bubble_large_white.png
(processed image D:\Indecyfer\Crash\Temp\StagingArea\android-libraries\facebook-messenger\res\drawable-mdpi-v4\messenger_bubble_large_white.png: 170% size of source)
Processing image: D:\Indecyfer\Crash\Temp\StagingArea\android-libraries\facebook-messenger\res\drawable-hdpi-v4\messenger_bubble_large_white.png
(processed image D:\Indecyfer\Crash\Temp\StagingArea\android-libraries\facebook-messenger\res\drawable-hdpi-v4\messenger_bubble_large_white.png: 163% size of source)
Processing image: D:\Indecyfer\Crash\Temp\StagingArea\android-libraries\facebook-messenger\res\drawable-xhdpi-v4\messenger_bubble_large_white.png
(processed image D:\Indecyfer\Crash\Temp\StagingArea\android-libraries\facebook-messenger\res\drawable-xhdpi-v4\messenger_bubble_large_white.png: 158% size of source)
Processing image: D:\Indecyfer\Crash\Temp\StagingArea\android-libraries\facebook-messenger\res\drawable-xxhdpi-v4\messenger_bubble_large_white.png
(processed image D:\Indecyfer\Crash\Temp\StagingArea\android-libraries\facebook-messenger\res\drawable-xxhdpi-v4\messenger_bubble_large_white.png: 157% size of source)
Processing image: D:\Indecyfer\Crash\Temp\StagingArea\android-libraries\facebook-messenger\res\drawable-mdpi-v4\messenger_bubble_small_blue.png
(processed image D:\Indecyfer\Crash\Temp\StagingArea\android-libraries\facebook-messenger\res\drawable-mdpi-v4\messenger_bubble_small_blue.png: 144% size of source)
Processing image: D:\Indecyfer\Crash\Temp\StagingArea\android-libraries\facebook-messenger\res\drawable-hdpi-v4\messenger_bubble_small_blue.png
(processed image D:\Indecyfer\Crash\Temp\StagingArea\android-libraries\facebook-messenger\res\drawable-hdpi-v4\messenger_bubble_small_blue.png: 137% size of source)
Processing image: D:\Indecyfer\Crash\Temp\StagingArea\android-libraries\facebook-messenger\res\drawable-xhdpi-v4\messenger_bubble_small_blue.png
(processed image D:\Indecyfer\Crash\Temp\StagingArea\android-libraries\facebook-messenger\res\drawable-xhdpi-v4\messenger_bubble_small_blue.png: 134% size of source)
(processed image D:\Indecyfer\Crash\Temp\StagingArea\android-libraries\facebook-login\res\drawable-xhdpi-v4\com_facebook_tooltip_black_background.9.png: 120% size of source)
Processing image: D:\Indecyfer\Crash\Temp\StagingArea\android-libraries\facebook-messenger\res\drawable-xxhdpi-v4\messenger_bubble_small_blue.png
Processing image: D:\Indecyfer\Crash\Temp\StagingArea\android-libraries\facebook-messenger\res\drawable-mdpi-v4\messenger_bubble_small_white.png
(processed image D:\Indecyfer\Crash\Temp\StagingArea\android-libraries\facebook-messenger\res\drawable-mdpi-v4\messenger_bubble_small_white.png: 170% size of source)
Processing image: D:\Indecyfer\Crash\Temp\StagingArea\android-libraries\facebook-messenger\res\drawable-hdpi-v4\messenger_bubble_small_white.png
(processed image D:\Indecyfer\Crash\Temp\StagingArea\android-libraries\facebook-messenger\res\drawable-hdpi-v4\messenger_bubble_small_white.png: 165% size of source)
Processing image: D:\Indecyfer\Crash\Temp\StagingArea\android-libraries\facebook-messenger\res\drawable-xhdpi-v4\messenger_bubble_small_white.png
(processed image D:\Indecyfer\Crash\Temp\StagingArea\android-libraries\facebook-messenger\res\drawable-xxhdpi-v4\messenger_bubble_small_blue.png: 130% size of source)
Processing image: D:\Indecyfer\Crash\Temp\StagingArea\android-libraries\facebook-messenger\res\drawable-xxhdpi-v4\messenger_bubble_small_white.png
(processed image D:\Indecyfer\Crash\Temp\StagingArea\android-libraries\facebook-messenger\res\drawable-xhdpi-v4\messenger_bubble_small_white.png: 158% size of source)
Processing image: D:\Indecyfer\Crash\Temp\StagingArea\android-libraries\facebook-messenger\res\drawable-mdpi-v4\messenger_button_send_round_shadow.png
(processed image D:\Indecyfer\Crash\Temp\StagingArea\android-libraries\facebook-messenger\res\drawable-mdpi-v4\messenger_button_send_round_shadow.png: 103% size of source)
Processing image: D:\Indecyfer\Crash\Temp\StagingArea\android-libraries\facebook-messenger\res\drawable-hdpi-v4\messenger_button_send_round_shadow.png
(processed image D:\Indecyfer\Crash\Temp\StagingArea\android-libraries\facebook-messenger\res\drawable-xxhdpi-v4\messenger_bubble_small_white.png: 152% size of source)
Processing image: D:\Indecyfer\Crash\Temp\StagingArea\android-libraries\facebook-messenger\res\drawable-xhdpi-v4\messenger_button_send_round_shadow.png
(processed image D:\Indecyfer\Crash\Temp\StagingArea\android-libraries\facebook-messenger\res\drawable-hdpi-v4\messenger_button_send_round_shadow.png: 106% size of source)
Processing image: D:\Indecyfer\Crash\Temp\StagingArea\android-libraries\facebook-messenger\res\drawable-xxhdpi-v4\messenger_button_send_round_shadow.png
(processed image D:\Indecyfer\Crash\Temp\StagingArea\android-libraries\facebook-login\res\drawable-hdpi-v4\com_facebook_tooltip_blue_background.9.png: 117% size of source)
(processed image D:\Indecyfer\Crash\Temp\StagingArea\android-libraries\facebook-messenger\res\drawable-xhdpi-v4\messenger_button_send_round_shadow.png: 106% size of source)
(processed image D:\Indecyfer\Crash\Temp\StagingArea\android-libraries\facebook-messenger\res\drawable-xxhdpi-v4\messenger_button_send_round_shadow.png: 103% size of source)
(processed image D:\Indecyfer\Crash\Temp\StagingArea\android-libraries\facebook-login\res\drawable-xhdpi-v4\com_facebook_tooltip_blue_background.9.png: 117% size of source)
(new resource id app_banner from xhdpi-v4\drawable\app_banner.png #generated)
(new resource id com_facebook_auth_dialog_background from D:\Indecyfer\Crash\Temp\StagingArea\android-libraries\facebook-common\res\drawable\com_facebook_auth_dialog_background.xml)
(new resource id com_facebook_auth_dialog_cancel_background from D:\Indecyfer\Crash\Temp\StagingArea\android-libraries\facebook-common\res\drawable\com_facebook_auth_dialog_cancel_background.xml)
(new resource id com_facebook_auth_dialog_header_background from D:\Indecyfer\Crash\Temp\StagingArea\android-libraries\facebook-common\res\drawable\com_facebook_auth_dialog_header_background.xml)
(new resource id com_facebook_button_background from D:\Indecyfer\Crash\Temp\StagingArea\android-libraries\facebook-common\res\drawable\com_facebook_button_background.xml)
(new resource id com_facebook_button_icon from D:\Indecyfer\Crash\Temp\StagingArea\android-libraries\facebook-common\res\drawable\com_facebook_button_icon.xml)
(new resource id com_facebook_button_icon_blue from mdpi-v4\drawable\com_facebook_button_icon_blue.png #generated)
(new resource id com_facebook_button_icon_blue from hdpi-v4\drawable\com_facebook_button_icon_blue.png #generated)
(new resource id com_facebook_button_icon_blue from xhdpi-v4\drawable\com_facebook_button_icon_blue.png #generated)
(new resource id com_facebook_button_icon_blue from xxhdpi-v4\drawable\com_facebook_button_icon_blue.png #generated)
(new resource id com_facebook_button_icon_white from mdpi-v4\drawable\com_facebook_button_icon_white.png #generated)
(new resource id com_facebook_button_icon_white from hdpi-v4\drawable\com_facebook_button_icon_white.png #generated)
(new resource id com_facebook_button_icon_white from xhdpi-v4\drawable\com_facebook_button_icon_white.png #generated)
(new resource id com_facebook_button_icon_white from xxhdpi-v4\drawable\com_facebook_button_icon_white.png #generated)
(new resource id com_facebook_button_like_background from D:\Indecyfer\Crash\Temp\StagingArea\android-libraries\facebook-common\res\drawable\com_facebook_button_like_background.xml)
(new resource id com_facebook_button_like_icon_selected from mdpi-v4\drawable\com_facebook_button_like_icon_selected.png #generated)
(new resource id com_facebook_button_like_icon_selected from hdpi-v4\drawable\com_facebook_button_like_icon_selected.png #generated)
(new resource id com_facebook_button_like_icon_selected from xhdpi-v4\drawable\com_facebook_button_like_icon_selected.png #generated)
(new resource id com_facebook_button_like_icon_selected from xxhdpi-v4\drawable\com_facebook_button_like_icon_selected.png #generated)
(new resource id com_facebook_button_login_background from D:\Indecyfer\Crash\Temp\StagingArea\android-libraries\facebook-login\res\drawable\com_facebook_button_login_background.xml)
(new resource id com_facebook_button_login_logo from D:\Indecyfer\Crash\Temp\StagingArea\android-libraries\facebook-login\res\drawable\com_facebook_button_login_logo.xml)
(new resource id com_facebook_button_login_silver_background from D:\Indecyfer\Crash\Temp\StagingArea\android-libraries\facebook-login\res\drawable\com_facebook_button_login_silver_background.xml)
(new resource id com_facebook_button_send_background from D:\Indecyfer\Crash\Temp\StagingArea\android-libraries\facebook-share\res\drawable\com_facebook_button_send_background.xml)
(new resource id com_facebook_button_send_icon_blue from mdpi-v4\drawable\com_facebook_button_send_icon_blue.png #generated)
(new resource id com_facebook_button_send_icon_blue from hdpi-v4\drawable\com_facebook_button_send_icon_blue.png #generated)
(new resource id com_facebook_button_send_icon_blue from xhdpi-v4\drawable\com_facebook_button_send_icon_blue.png #generated)
(new resource id com_facebook_button_send_icon_white from mdpi-v4\drawable\com_facebook_button_send_icon_white.png #generated)
(new resource id com_facebook_button_send_icon_white from hdpi-v4\drawable\com_facebook_button_send_icon_white.png #generated)
(new resource id com_facebook_button_send_icon_white from xhdpi-v4\drawable\com_facebook_button_send_icon_white.png #generated)
(new resource id com_facebook_button_send_icon_white from xxhdpi-v4\drawable\com_facebook_button_send_icon_white.png #generated)
(new resource id com_facebook_close from mdpi-v4\drawable\com_facebook_close.png #generated)
(new resource id com_facebook_close from hdpi-v4\drawable\com_facebook_close.png #generated)
(new resource id com_facebook_close from xhdpi-v4\drawable\com_facebook_close.png #generated)
(new resource id com_facebook_favicon_blue from D:\Indecyfer\Crash\Temp\StagingArea\android-libraries\facebook-common\res\drawable\com_facebook_favicon_blue.xml)
(new resource id com_facebook_profile_picture_blank_portrait from mdpi-v4\drawable\com_facebook_profile_picture_blank_portrait.png #generated)
(new resource id com_facebook_profile_picture_blank_square from mdpi-v4\drawable\com_facebook_profile_picture_blank_square.png #generated)
(new resource id com_facebook_send_button_icon from D:\Indecyfer\Crash\Temp\StagingArea\android-libraries\facebook-share\res\drawable\com_facebook_send_button_icon.xml)
(new resource id com_facebook_tooltip_black_background from mdpi-v4\drawable\com_facebook_tooltip_black_background.9.png #generated)
(new resource id com_facebook_tooltip_black_background from hdpi-v4\drawable\com_facebook_tooltip_black_background.9.png #generated)
(new resource id com_facebook_tooltip_black_background from xhdpi-v4\drawable\com_facebook_tooltip_black_background.9.png #generated)
(new resource id com_facebook_tooltip_black_bottomnub from mdpi-v4\drawable\com_facebook_tooltip_black_bottomnub.png #generated)
(new resource id com_facebook_tooltip_black_bottomnub from hdpi-v4\drawable\com_facebook_tooltip_black_bottomnub.png #generated)
(new resource id com_facebook_tooltip_black_bottomnub from xhdpi-v4\drawable\com_facebook_tooltip_black_bottomnub.png #generated)
(new resource id com_facebook_tooltip_black_topnub from mdpi-v4\drawable\com_facebook_tooltip_black_topnub.png #generated)
(new resource id com_facebook_tooltip_black_topnub from hdpi-v4\drawable\com_facebook_tooltip_black_topnub.png #generated)
(new resource id com_facebook_tooltip_black_topnub from xhdpi-v4\drawable\com_facebook_tooltip_black_topnub.png #generated)
(new resource id com_facebook_tooltip_black_xout from mdpi-v4\drawable\com_facebook_tooltip_black_xout.png #generated)
(new resource id com_facebook_tooltip_black_xout from hdpi-v4\drawable\com_facebook_tooltip_black_xout.png #generated)
(new resource id com_facebook_tooltip_black_xout from xhdpi-v4\drawable\com_facebook_tooltip_black_xout.png #generated)
(new resource id com_facebook_tooltip_blue_background from mdpi-v4\drawable\com_facebook_tooltip_blue_background.9.png #generated)
(new resource id com_facebook_tooltip_blue_background from hdpi-v4\drawable\com_facebook_tooltip_blue_background.9.png #generated)
(new resource id com_facebook_tooltip_blue_background from xhdpi-v4\drawable\com_facebook_tooltip_blue_background.9.png #generated)
(new resource id com_facebook_tooltip_blue_bottomnub from mdpi-v4\drawable\com_facebook_tooltip_blue_bottomnub.png #generated)
(new resource id com_facebook_tooltip_blue_bottomnub from hdpi-v4\drawable\com_facebook_tooltip_blue_bottomnub.png #generated)
(new resource id com_facebook_tooltip_blue_bottomnub from xhdpi-v4\drawable\com_facebook_tooltip_blue_bottomnub.png #generated)
(new resource id com_facebook_tooltip_blue_topnub from mdpi-v4\drawable\com_facebook_tooltip_blue_topnub.png #generated)
(new resource id com_facebook_tooltip_blue_topnub from hdpi-v4\drawable\com_facebook_tooltip_blue_topnub.png #generated)
(new resource id com_facebook_tooltip_blue_topnub from xhdpi-v4\drawable\com_facebook_tooltip_blue_topnub.png #generated)
(new resource id com_facebook_tooltip_blue_xout from mdpi-v4\drawable\com_facebook_tooltip_blue_xout.png #generated)
(new resource id com_facebook_tooltip_blue_xout from hdpi-v4\drawable\com_facebook_tooltip_blue_xout.png #generated)
(new resource id com_facebook_tooltip_blue_xout from xhdpi-v4\drawable\com_facebook_tooltip_blue_xout.png #generated)
(new resource id messenger_bubble_large_blue from mdpi-v4\drawable\messenger_bubble_large_blue.png #generated)
(new resource id messenger_bubble_large_blue from hdpi-v4\drawable\messenger_bubble_large_blue.png #generated)
(new resource id messenger_bubble_large_blue from xhdpi-v4\drawable\messenger_bubble_large_blue.png #generated)
(new resource id messenger_bubble_large_blue from xxhdpi-v4\drawable\messenger_bubble_large_blue.png #generated)
(new resource id messenger_bubble_large_white from mdpi-v4\drawable\messenger_bubble_large_white.png #generated)
(new resource id messenger_bubble_large_white from hdpi-v4\drawable\messenger_bubble_large_white.png #generated)
(new resource id messenger_bubble_large_white from xhdpi-v4\drawable\messenger_bubble_large_white.png #generated)
(new resource id messenger_bubble_large_white from xxhdpi-v4\drawable\messenger_bubble_large_white.png #generated)
(new resource id messenger_bubble_small_blue from mdpi-v4\drawable\messenger_bubble_small_blue.png #generated)
(new resource id messenger_bubble_small_blue from hdpi-v4\drawable\messenger_bubble_small_blue.png #generated)
(new resource id messenger_bubble_small_blue from xhdpi-v4\drawable\messenger_bubble_small_blue.png #generated)
(new resource id messenger_bubble_small_blue from xxhdpi-v4\drawable\messenger_bubble_small_blue.png #generated)
(new resource id messenger_bubble_small_white from mdpi-v4\drawable\messenger_bubble_small_white.png #generated)
(new resource id messenger_bubble_small_white from hdpi-v4\drawable\messenger_bubble_small_white.png #generated)
(new resource id messenger_bubble_small_white from xhdpi-v4\drawable\messenger_bubble_small_white.png #generated)
(new resource id messenger_bubble_small_white from xxhdpi-v4\drawable\messenger_bubble_small_white.png #generated)
(new resource id messenger_button_blue_bg_round from D:\Indecyfer\Crash\Temp\StagingArea\android-libraries\facebook-messenger\res\drawable\messenger_button_blue_bg_round.xml)
(new resource id messenger_button_blue_bg_selector from D:\Indecyfer\Crash\Temp\StagingArea\android-libraries\facebook-messenger\res\drawable\messenger_button_blue_bg_selector.xml)
(new resource id messenger_button_send_round_shadow from mdpi-v4\drawable\messenger_button_send_round_shadow.png #generated)
(new resource id messenger_button_send_round_shadow from hdpi-v4\drawable\messenger_button_send_round_shadow.png #generated)
(new resource id messenger_button_send_round_shadow from xhdpi-v4\drawable\messenger_button_send_round_shadow.png #generated)
(new resource id messenger_button_send_round_shadow from xxhdpi-v4\drawable\messenger_button_send_round_shadow.png #generated)
(new resource id messenger_button_white_bg_round from D:\Indecyfer\Crash\Temp\StagingArea\android-libraries\facebook-messenger\res\drawable\messenger_button_white_bg_round.xml)
(new resource id messenger_button_white_bg_selector from D:\Indecyfer\Crash\Temp\StagingArea\android-libraries\facebook-messenger\res\drawable\messenger_button_white_bg_selector.xml)
Processing image: res\mipmap-mdpi\app_icon.png
Processing image: res\mipmap-mdpi\ic_launcher_background.png
Processing image: res\mipmap-mdpi\ic_launcher_foreground.png
(processed image res\mipmap-mdpi\ic_launcher_background.png: 31% size of source)
(processed image res\mipmap-mdpi\app_icon.png: 36% size of source)
(processed image res\mipmap-mdpi\ic_launcher_foreground.png: 83% size of source)
(new resource id app_icon from mdpi-v4\mipmap\app_icon.png #generated)
(new resource id app_icon from res\mipmap-anydpi-v26\app_icon.xml)
(new resource id app_icon_round from res\mipmap-anydpi-v26\app_icon_round.xml)
(new resource id ic_launcher_background from mdpi-v4\mipmap\ic_launcher_background.png #generated)
(new resource id ic_launcher_foreground from mdpi-v4\mipmap\ic_launcher_foreground.png #generated)
(new resource id com_facebook_activity_layout from D:\Indecyfer\Crash\Temp\StagingArea\android-libraries\facebook-common\res\layout\com_facebook_activity_layout.xml)
(new resource id com_facebook_device_auth_dialog_fragment from D:\Indecyfer\Crash\Temp\StagingArea\android-libraries\facebook-common\res\layout\com_facebook_device_auth_dialog_fragment.xml)
(new resource id com_facebook_login_fragment from D:\Indecyfer\Crash\Temp\StagingArea\android-libraries\facebook-common\res\layout\com_facebook_login_fragment.xml)
(new resource id com_facebook_smart_device_dialog_fragment from D:\Indecyfer\Crash\Temp\StagingArea\android-libraries\facebook-common\res\layout\com_facebook_smart_device_dialog_fragment.xml)
(new resource id com_facebook_tooltip_bubble from D:\Indecyfer\Crash\Temp\StagingArea\android-libraries\facebook-login\res\layout\com_facebook_tooltip_bubble.xml)
(new resource id messenger_button_send_blue_large from D:\Indecyfer\Crash\Temp\StagingArea\android-libraries\facebook-messenger\res\layout\messenger_button_send_blue_large.xml)
(new resource id messenger_button_send_blue_round from D:\Indecyfer\Crash\Temp\StagingArea\android-libraries\facebook-messenger\res\layout\messenger_button_send_blue_round.xml)
(new resource id messenger_button_send_blue_small from D:\Indecyfer\Crash\Temp\StagingArea\android-libraries\facebook-messenger\res\layout\messenger_button_send_blue_small.xml)
(new resource id messenger_button_send_white_large from D:\Indecyfer\Crash\Temp\StagingArea\android-libraries\facebook-messenger\res\layout\messenger_button_send_white_large.xml)
(new resource id messenger_button_send_white_round from D:\Indecyfer\Crash\Temp\StagingArea\android-libraries\facebook-messenger\res\layout\messenger_button_send_white_round.xml)
(new resource id messenger_button_send_white_small from D:\Indecyfer\Crash\Temp\StagingArea\android-libraries\facebook-messenger\res\layout\messenger_button_send_white_small.xml)
(new resource id com_facebook_button_text_color from D:\Indecyfer\Crash\Temp\StagingArea\android-libraries\facebook-common\res\color\com_facebook_button_text_color.xml)
(new resource id com_facebook_send_button_text_color from D:\Indecyfer\Crash\Temp\StagingArea\android-libraries\facebook-share\res\color\com_facebook_send_button_text_color.xml)
]
exit code: 1
at UnityEditor.Android.Command.WaitForProgramToRun (UnityEditor.Utils.Program p, UnityEditor.Android.WaitingForProcessToExit waitingForProcessToExit, System.String errorMsg) [0x00000] in <filename unknown>:0
at UnityEditor.Android.Command.Run (System.Diagnostics.ProcessStartInfo psi, UnityEditor.Android.WaitingForProcessToExit waitingForProcessToExit, System.String errorMsg) [0x00000] in <filename unknown>:0
at UnityEditor.Android.PostProcessor.Tasks.TasksCommon.Exec (System.String command, System.String args, System.String workingdir, System.String errorMsg) [0x00000] in <filename unknown>:0
at UnityEditor.Android.PostProcessor.Tasks.BuildResources.CompileResources (UnityEditor.Android.PostProcessor.PostProcessorContext context) [0x00000] in <filename unknown>:0
at UnityEditor.Android.PostProcessor.Tasks.BuildResources.Execute (UnityEditor.Android.PostProcessor.PostProcessorContext context) [0x00000] in <filename unknown>:0
at UnityEditor.Android.PostProcessor.PostProcessRunner.RunAllTasks (UnityEditor.Android.PostProcessor.PostProcessorContext context) [0x00000] in <filename unknown>:0
UnityEditor.BuildPipeline:BuildPlayerInternalNoCheck(String[], String, String, BuildTargetGroup, BuildTarget, BuildOptions, Boolean)
UnityEditor.DefaultBuildMethods:BuildPlayer(BuildPlayerOptions) (at C:\buildslave\unity\build\Editor\Mono\BuildPlayerWindowBuildMethods.cs:170)
UnityEditor.BuildPlayerWindow:CallBuildMethods(Boolean, BuildOptions) (at C:\buildslave\unity\build\Editor\Mono\BuildPlayerWindowBuildMethods.cs:94)
UnityEditor.BuildPlayerWindow:GUIBuildButtons(IBuildWindowExtension, Boolean, Boolean, Boolean, BuildPlatform) (at C:\buildslave\unity\build\Editor\Mono\BuildPlayerWindow.cs:891)
UnityEditor.BuildPlayerWindow:ShowBuildTargetSettings() (at C:\buildslave\unity\build\Editor\Mono\BuildPlayerWindow.cs:816)
UnityEditor.BuildPlayerWindow:OnGUI() (at C:\buildslave\unity\build\Editor\Mono\BuildPlayerWindow.cs:414)
System.Reflection.MonoMethod:InternalInvoke(Object, Object[], Exception&)
System.Reflection.MonoMethod:Invoke(Object, BindingFlags, Binder, Object[], CultureInfo) (at /Users/builduser/buildslave/mono/build/mcs/class/corlib/System.Reflection/MonoMethod.cs:222)
System.Reflection.MethodBase:Invoke(Object, Object[]) (at /Users/builduser/buildslave/mono/build/mcs/class/corlib/System.Reflection/MethodBase.cs:115)
UnityEditor.HostView:Invoke(String, Object) (at C:\buildslave\unity\build\Editor\Mono\HostView.cs:295)
UnityEditor.HostView:Invoke(String) (at C:\buildslave\unity\build\Editor\Mono\HostView.cs:288)
UnityEditor.HostView:OldOnGUI() (at C:\buildslave\unity\build\Editor\Mono\HostView.cs:104)
UnityEngine.Experimental.UIElements.IMGUIContainer:smile:oOnGUI(Event, Boolean) (at C:\buildslave\unity\build\Modules\UIElements\IMGUIContainer.cs:215)
UnityEngine.Experimental.UIElements.IMGUIContainer:HandleIMGUIEvent(Event) (at C:\buildslave\unity\build\Modules\UIElements\IMGUIContainer.cs:380)
UnityEngine.Experimental.UIElements.IMGUIContainer:HandleEvent(EventBase) (at C:\buildslave\unity\build\Modules\UIElements\IMGUIContainer.cs:359)
UnityEngine.Experimental.UIElements.EventDispatcher:smile:ispatchEvent(EventBase, IPanel) (at C:\buildslave\unity\build\Modules\UIElements\EventDispatcher.cs:260)
UnityEngine.Experimental.UIElements.UIElementsUtility:smile:oDispatch(BaseVisualElementPanel) (at C:\buildslave\unity\build\Modules\UIElements\UIElementsUtility.cs:243)
UnityEngine.Experimental.UIElements.UIElementsUtility:ProcessEvent(Int32, IntPtr) (at C:\buildslave\unity\build\Modules\UIElements\UIElementsUtility.cs:74)
UnityEngine.GUIUtility:ProcessEvent(Int32, IntPtr) (at C:\buildslave\unity\build\Modules\IMGUI\GUIUtility.cs:171)
(Filename: Line: -1)
Unloading 1 Unused Serialized files (Serialized files now loaded: 0)
System memory in use before: 123.6 MB.
System memory in use after: 123.6 MB.
Unloading 1 unused Assets to reduce memory usage. Loaded Objects now: 1311.
Total: 13.374266 ms (FindLiveObjects: 0.767176 ms CreateObjectMapping: 0.027368 ms MarkObjects: 12.542517 ms DeleteObjects: 0.036348 ms)
Load scene 'Temp/__Backupscenes/0.backup' time: 0.015822 ms
Unloading 16 Unused Serialized files (Serialized files now loaded: 0)
System memory in use before: 340.2 MB.
System memory in use after: 340.3 MB.
Unloading 0 unused Assets to reduce memory usage. Loaded Objects now: 1415.
Total: 31.654355 ms (FindLiveObjects: 1.370140 ms CreateObjectMapping: 0.074408 ms MarkObjects: 30.188424 ms DeleteObjects: 0.019243 ms)
*** Cancelled 'Build.Player.AndroidPlayer' in 51 seconds (50973 ms)
Build completed with a result of 'Failed'
UnityEngine.DebugLogHandler:Internal_Log(LogType, String, Object)
UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
UnityEngine.Logger:Log(LogType, Object)
UnityEngine.Debug:LogError(Object)
UnityEditor.DefaultBuildMethods:BuildPlayer(BuildPlayerOptions) (at C:\buildslave\unity\build\Editor\Mono\BuildPlayerWindowBuildMethods.cs:186)
UnityEditor.BuildPlayerWindow:CallBuildMethods(Boolean, BuildOptions) (at C:\buildslave\unity\build\Editor\Mono\BuildPlayerWindowBuildMethods.cs:94)
UnityEditor.BuildPlayerWindow:GUIBuildButtons(IBuildWindowExtension, Boolean, Boolean, Boolean, BuildPlatform) (at C:\buildslave\unity\build\Editor\Mono\BuildPlayerWindow.cs:891)
UnityEditor.BuildPlayerWindow:ShowBuildTargetSettings() (at C:\buildslave\unity\build\Editor\Mono\BuildPlayerWindow.cs:816)
UnityEditor.BuildPlayerWindow:OnGUI() (at C:\buildslave\unity\build\Editor\Mono\BuildPlayerWindow.cs:414)
System.Reflection.MonoMethod:InternalInvoke(Object, Object[], Exception&)
System.Reflection.MonoMethod:Invoke(Object, BindingFlags, Binder, Object[], CultureInfo) (at /Users/builduser/buildslave/mono/build/mcs/class/corlib/System.Reflection/MonoMethod.cs:222)
System.Reflection.MethodBase:Invoke(Object, Object[]) (at /Users/builduser/buildslave/mono/build/mcs/class/corlib/System.Reflection/MethodBase.cs:115)
UnityEditor.HostView:Invoke(String, Object) (at C:\buildslave\unity\build\Editor\Mono\HostView.cs:295)
UnityEditor.HostView:Invoke(String) (at C:\buildslave\unity\build\Editor\Mono\HostView.cs:288)
UnityEditor.HostView:OldOnGUI() (at C:\buildslave\unity\build\Editor\Mono\HostView.cs:104)
UnityEngine.Experimental.UIElements.IMGUIContainer:smile:oOnGUI(Event, Boolean) (at C:\buildslave\unity\build\Modules\UIElements\IMGUIContainer.cs:215)
UnityEngine.Experimental.UIElements.IMGUIContainer:HandleIMGUIEvent(Event) (at C:\buildslave\unity\build\Modules\UIElements\IMGUIContainer.cs:380)
UnityEngine.Experimental.UIElements.IMGUIContainer:HandleEvent(EventBase) (at C:\buildslave\unity\build\Modules\UIElements\IMGUIContainer.cs:359)
UnityEngine.Experimental.UIElements.EventDispatcher:smile:ispatchEvent(EventBase, IPanel) (at C:\buildslave\unity\build\Modules\UIElements\EventDispatcher.cs:260)
UnityEngine.Experimental.UIElements.UIElementsUtility:smile:oDispatch(BaseVisualElementPanel) (at C:\buildslave\unity\build\Modules\UIElements\UIElementsUtility.cs:243)
UnityEngine.Experimental.UIElements.UIElementsUtility:ProcessEvent(Int32, IntPtr) (at C:\buildslave\unity\build\Modules\UIElements\UIElementsUtility.cs:74)
UnityEngine.GUIUtility:ProcessEvent(Int32, IntPtr) (at C:\buildslave\unity\build\Modules\IMGUI\GUIUtility.cs:171)
(Filename: /Users/builduser/buildslave/mono/build/mcs/class/corlib/System.Reflection/MonoMethod.cs Line: 222)
UnityEditor.BuildPlayerWindow+BuildMethodException: 2 errors
at UnityEditor.BuildPlayerWindow+DefaultBuildMethods.BuildPlayer (BuildPlayerOptions options) [0x0021f] in C:\buildslave\unity\build\Editor\Mono\BuildPlayerWindowBuildMethods.cs:187
at UnityEditor.BuildPlayerWindow.CallBuildMethods (Boolean askForBuildLocation, BuildOptions defaultBuildOptions) [0x0007f] in C:\buildslave\unity\build\Editor\Mono\BuildPlayerWindowBuildMethods.cs:94
UnityEngine.DebugLogHandler:Internal_Log(LogType, String, Object)
UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
UnityEngine.Logger:Log(LogType, Object)
UnityEngine.Debug:LogError(Object)
UnityEditor.BuildPlayerWindow:CallBuildMethods(Boolean, BuildOptions) (at C:\buildslave\unity\build\Editor\Mono\BuildPlayerWindowBuildMethods.cs:99)
UnityEditor.BuildPlayerWindow:GUIBuildButtons(IBuildWindowExtension, Boolean, Boolean, Boolean, BuildPlatform) (at C:\buildslave\unity\build\Editor\Mono\BuildPlayerWindow.cs:891)
UnityEditor.BuildPlayerWindow:ShowBuildTargetSettings() (at C:\buildslave\unity\build\Editor\Mono\BuildPlayerWindow.cs:816)
UnityEditor.BuildPlayerWindow:OnGUI() (at C:\buildslave\unity\build\Editor\Mono\BuildPlayerWindow.cs:414)
System.Reflection.MonoMethod:InternalInvoke(Object, Object[], Exception&)
System.Reflection.MonoMethod:Invoke(Object, BindingFlags, Binder, Object[], CultureInfo) (at /Users/builduser/buildslave/mono/build/mcs/class/corlib/System.Reflection/MonoMethod.cs:222)
System.Reflection.MethodBase:Invoke(Object, Object[]) (at /Users/builduser/buildslave/mono/build/mcs/class/corlib/System.Reflection/MethodBase.cs:115)
UnityEditor.HostView:Invoke(String, Object) (at C:\buildslave\unity\build\Editor\Mono\HostView.cs:295)
UnityEditor.HostView:Invoke(String) (at C:\buildslave\unity\build\Editor\Mono\HostView.cs:288)
UnityEditor.HostView:OldOnGUI() (at C:\buildslave\unity\build\Editor\Mono\HostView.cs:104)
UnityEngine.Experimental.UIElements.IMGUIContainer:smile:oOnGUI(Event, Boolean) (at C:\buildslave\unity\build\Modules\UIElements\IMGUIContainer.cs:215)
UnityEngine.Experimental.UIElements.IMGUIContainer:HandleIMGUIEvent(Event) (at C:\buildslave\unity\build\Modules\UIElements\IMGUIContainer.cs:380)
UnityEngine.Experimental.UIElements.IMGUIContainer:HandleEvent(EventBase) (at C:\buildslave\unity\build\Modules\UIElements\IMGUIContainer.cs:359)
UnityEngine.Experimental.UIElements.EventDispatcher:smile:ispatchEvent(EventBase, IPanel) (at C:\buildslave\unity\build\Modules\UIElements\EventDispatcher.cs:260)
UnityEngine.Experimental.UIElements.UIElementsUtility:smile:oDispatch(BaseVisualElementPanel) (at C:\buildslave\unity\build\Modules\UIElements\UIElementsUtility.cs:243)
UnityEngine.Experimental.UIElements.UIElementsUtility:ProcessEvent(Int32, IntPtr) (at C:\buildslave\unity\build\Modules\UIElements\UIElementsUtility.cs:74)
UnityEngine.GUIUtility:ProcessEvent(Int32, IntPtr) (at C:\buildslave\unity\build\Modules\IMGUI\GUIUtility.cs:171)
(Filename: /Users/builduser/buildslave/mono/build/mcs/class/corlib/System.Reflection/MonoMethod.cs Line: 222)
Reloading assemblies after finishing script compilation.
Begin MonoManager ReloadAssembly
Refreshing native plugins compatible for Editor in 33.93 ms, found 11 plugins.
Preloading 3 native plugins for Editor in 1.82 ms.
Unable to find bridge dll in registry for Microsoft Visual Studio Tools for Unity for C:\Program Files (x86)\Microsoft Visual Studio 11.0\Common7\Tools\..\IDE\devenv.exe
Mono: successfully reloaded assembly
Refreshing native plugins compatible for Editor in 2.95 ms, found 11 plugins.
Preloading 3 native plugins for Editor in 1.59 ms.
----- Total AssetImport time: 0.460943s, AssetImport time: 0.000001s, Asset hashing: 0.000000s [0 B, 0.000000 mb/s]
- Completed reload, in 5.459 seconds
Initializing Unity.PackageManager (PackageManager) v2018.2.3 for Unity v2018.2.3f1
Registering platform support modules:
Registered platform support modules in: 0.1124474s.
Native extension for WindowsStandalone target not found
Native extension for Android target not found
So far, Iâve updated my Android SDK Tools, Iâve entered my App ID and ensured there was no space at the end, Iâve moved the v4 and v7 folders from the Android SDK to the Assets/Plugins/Android folder as well as the FacebookSDK/Plugins/Android folder, and still no luck. I saw that I should try and set the minimum SDK version to 15 in the BuildSettings, but the lowest it goes is 16. Iâve tried building by Grade instead of Internal, but Iâm met with âGrade build failedâ or similar wording. I think thatâs about everything Iâve tried?
The only move that made any form of progress was deleting the Facebook libraries, which allowed it to compile, but the game crashes on startup, so Iâm certain the problem is attributable to the addition of the FacebookSDK. From what I understand, it canât find the appcompat library, so moving those folders to the plugin directory should have fixed it, but it didnât.
I would sincerely appreciate any help with this issue. This has had me stuck for the past few days now, and Iâm getting frustrated. Thank you!