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…
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
~is a shortcut for the home directory that usually has your name on it, the longer variant is usually/Users/yourusername..androidis 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 folderin the finder from the menu and just type~/.androidinto the field that pops up. Click ok and you’re in the folder.