Wednesday, September 20, 2017

The requested operation cannot be performed on a file with user-mapped section open - Android Studio


Solution :
Rebuild android studio again... aaand... doneee... :)

Wednesday, September 6, 2017

Ignoring existing file in git

Steps :
1. "git rm -r --cached . "
2. "git add . "

3. "git commit -m 'your commit message'"



doneee... yeaaah... :)