I need help implementing this icon with my legacy icon, NO WORK :-( AndroidManifest.xml
<application tools:ignore="GoogleAppIndexingWarning,GoogleAppIndexingUrlError" android:name=".applications.CandyBar" android:allowBackup="true" android:icon="@mipmap/ic_launcher" android:networkSecurityConfig="@xml/network_config" android:label="Ked Icon Pack" android:supportsRtl="true" android:theme="@style/CandyBar.Theme.App" tools:targetApi="n"> <meta-data android:name="android.icon.monochrome" android:resource="@drawable/ic_launcher_monochrome" /> mipmap-anydpi-v26/ic_launcher.xml <?xml version="1.0" encoding="utf-8"?> <adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android"> <monochrome android:drawable="@drawable/ic_launcher_monochrome" /> </adaptive-icon> drawable/ic_launcher_monochrome.xml <vector android:height="192dp" android:tint="#000000" android:viewportHeight="24" android:viewportWidth="24" android:scaleType="fitXY" android:width="192dp" xmlns:android ="http://schemas.android.com/apk/res/android"> <path android:fillColor="#FF000000" android:pathData="M17.6,11.48 L19.44,8.3a0.63,0.63 0,0 0,-1.09 -0.63l-1.88,3.24a11.43,11.43 0,0 0,-8.94 0L5.65,7.67a0.63,0.63 0,0 0,-1.09 0.63L6.4,11.48A10.81,10.81 0,0 0,1 20L23,20A10.81,10.81 0,0 0,17.6 11.48ZM7,17.25A1.25,1.25 0,1 1,8.25 16,1.25 1.25,0 0,1 7,17.25ZM17,17.25A1.25,1.25 0,1 1,18.25 16,1.25 1.25,0 0,1 17,17.25Z"/> </vector> -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/android-developers/fba56af5-240e-4589-a387-d6378ec88496n%40googlegroups.com.

