Posts

Failed to transform file 'pp-release.aar' to match attributes {artifactType=processed-aar} using transform...

Image
1 Unable to resolve dependency for ':app@debug/compileClasspath': Failed to transform file 'pp-release.aar' to match attributes {artifactType=processed-aar} using transform IdentityTransform java android gradle aar share | improve this question asked Nov 19 '18 at 13:57 Alexy Ibrahim Alexy Ibrahim 261 1 4 18 Please provide the relevant part of your code. ...

use sed to replace each white space with a backslash

Image
0 just want to escape spaces in windows filepath. I'm trying this echo "111 1111 "| sed -e "s/[[:space:]]/\ /g" that only match spaces but do not replace. command-line text-processing sed windows-subsystem-for-linux share | improve this question edited Dec 15 '18 at 14:51 Yurij asked Dec 14 '18 at 14:37 Yurij Yurij 90 10 ...