Monthly Archives: August 2018

React Native android build failed. SDK location not found.

Go to your React native Project > Android Create a file local.properties Open the file paste your Android SDK path like below in Windows sdk.dir = C:\\Users\\USERNAME\\AppData\\Local\\Android\\sdk in macOS sdk.dir = /Users/USERNAME/Library/Android/sdk in linux sdk.dir = /home/USERNAME/Android/Sdk Replace USERNAME with … Continue reading

Posted in Uncategorized | Leave a comment

Remove spaces between tag in xml files

I need to compare two xml files but the spaces differences between tags preventing me from focusing on the real differences. I googled found this solution. You can use regular express to remove these white spaces: replace “>\s*<" will fix … Continue reading

Posted in Uncategorized | Leave a comment