문제

This is a pretty basic question, but I can't figure out how to get to the ~/.android/adb_usb.ini file in order to edit it so I can develop on my Fire. What does the ~ mean? Where is .android? Just a little confused...

도움이 되었습니까?

해결책

~ is a shortcut for the home directory that usually has your name on it, the longer variant is usually /Users/yourusername. .android is therefore found under /Users/yourusername/.android. Note that files and folder which begin with a dot are considered hidden. This means you have to show them on some way (just googled that out of curiosity, seems like you have to do some command line magic).

Alternatively you can use Go -> Go to folder in the finder from the menu and just type ~/.android into the field that pops up. Click ok and you're in the folder.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top